New page-merge-mm, page-merge-stk tests.
[pintos-anon] / src / tests / vm / child-sort.c
index d755432cbd6dde76a2a34754bce422c3dafcb3d9..dff2c772050167e4227f314e6fdea2e34b5c4437 100644 (file)
@@ -1,6 +1,6 @@
-/* Reads a 128 kB file and "sorts" the bytes in it, using
-   counting sort.  The sorted data is written back to the same
-   file in-place. */
+/* Reads a 128 kB file into static data and "sorts" the bytes in
+   it, using counting sort, a single-pass algorithm.  The sorted
+   data is written back to the same file in-place. */
 
 #include <debug.h>
 #include <syscall.h>