From: Ben Pfaff Date: Fri, 1 Apr 2005 00:11:54 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192318b8d67914eb240a0af1f5e6185945586f70;p=pintos-anon Fix comment. --- diff --git a/src/tests/threads/stdlib.c b/src/tests/threads/stdlib.c index df258d4..ad0f0f9 100644 --- a/src/tests/threads/stdlib.c +++ b/src/tests/threads/stdlib.c @@ -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.