X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Ftests%2Fvm%2Fchild-sort.c;h=dff2c772050167e4227f314e6fdea2e34b5c4437;hp=d755432cbd6dde76a2a34754bce422c3dafcb3d9;hb=7eb9f6e1fa81807ee7cc381047077f8ff98d1d68;hpb=e73c27897259e2c4fb340406f01491278134803a diff --git a/src/tests/vm/child-sort.c b/src/tests/vm/child-sort.c index d755432..dff2c77 100644 --- a/src/tests/vm/child-sort.c +++ b/src/tests/vm/child-sort.c @@ -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 #include