Fix comment.
[pintos-anon] / src / tests / threads / stdlib.c
index df258d49c714167bd671c5ed3e094f3094fdfb57..ad0f0f9a82816cd991300ed97f6740a94f7a3386 100644 (file)
@@ -1,4 +1,4 @@
-/* Test program for sorting and searching in lib/kernel/stdlib.c.
+/* Test program for sorting and searching in lib/stdlib.c.
 
    Attempts to test the sorting and searching functionality that
    is not sufficiently tested elsewhere in Pintos.