Add explanatory comments to filesys tests.
[pintos-anon] / src / tests / filesys / base / lg-create.c
index e84866ee6d2bc4462353f6df47e3d192768e983d..5c45eee49ee562832e9fc7d365ab33a8e1c23ab1 100644 (file)
@@ -1,2 +1,5 @@
+/* Tests that create properly zeros out the contents of a fairly
+   large file. */
+
 #define TEST_SIZE 75678
 #include "tests/filesys/create.inc"