Browse Source

tools/starpu_machine_display.c: fix typo

Nathalie Furmento 8 years ago
parent
commit
66515c8ebc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/starpu_machine_display.c

+ 1 - 1
tools/starpu_machine_display.c

@@ -152,7 +152,7 @@ int main(int argc, char **argv)
 
 
 	if (info)
 	if (info)
 	{
 	{
-		starpu_busçtopology_directory(stdout);
+		starpu_bus_topology_directory(stdout);
 		starpu_shutdown();
 		starpu_shutdown();
 		return 0;
 		return 0;
 	}
 	}