BUGFIX:
authorgkostka <kostka.grzegorz@gmail.com>
Sun, 27 Oct 2013 12:14:17 +0000 (12:14 +0000)
committergkostka <kostka.grzegorz@gmail.com>
Sun, 27 Oct 2013 12:14:17 +0000 (12:14 +0000)
1. Name correction.

demos/generic/main.c

index a9d4f114c1d5359323a0325ab846fbba5e7e34d8..085b2edfcf4bc4d81cfdac7a6e0911816fa15333 100644 (file)
@@ -349,7 +349,7 @@ static void cleanup(void)
     printf("cleanup: time: %d ms\n", (int)diff);\r
 \r
 \r
-    printf("cleanup: remove /mp/test1\n");\r
+    printf("cleanup: remove /mp/dir1\n");\r
     start =get_ms();\r
     ext4_dir_rm("/mp/dir1");\r
     stop = get_ms();\r