Add explanatory comments to filesys tests.
[pintos-anon] / src / tests / filesys / base / sm-create.c
index 522dbd0427aacd41381639921ae118543a99bea1..6b97ac1eb8843bb4d4d53e175e2f52bc1aa678cb 100644 (file)
@@ -1,2 +1,5 @@
+/* Tests that create properly zeros out the contents of a fairly
+   small file. */
+
 #define TEST_SIZE 5678
 #include "tests/filesys/create.inc"