Fix comment.
[pintos-anon] / src / tests / filesys / extended / dir-rm-parent.c
index e18d6fdadc57cf721ac85bd4d73bad2e02a030e6..78e84b1c76b48613947ecc23fc4e4c3b9f120a29 100644 (file)
@@ -1,3 +1,7 @@
+/* Tries to remove the change of parents of the current
+   directory.
+   This can succeed or fail as long as it doesn't crash. */
+
 #include <syscall.h>
 #include "tests/lib.h"
 #include "tests/main.h"