projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8783b8
)
Fix comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 1 Apr 2005 00:11:54 +0000
(
00:11
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 1 Apr 2005 00:11:54 +0000
(
00:11
+0000)
src/tests/threads/stdlib.c
patch
|
blob
|
history
diff --git
a/src/tests/threads/stdlib.c
b/src/tests/threads/stdlib.c
index df258d49c714167bd671c5ed3e094f3094fdfb57..ad0f0f9a82816cd991300ed97f6740a94f7a3386 100644
(file)
--- 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.