projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd80c8
)
Fix typo.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 6 Jan 2005 08:01:49 +0000
(08:01 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 6 Jan 2005 08:01:49 +0000
(08:01 +0000)
doc/debug.texi
patch
|
blob
|
history
diff --git
a/doc/debug.texi
b/doc/debug.texi
index 12ca40ee3641017fffd269c40a10c25a3a8625c8..961888f297be48973b9af5d56ff28af3fcef23f1 100644
(file)
--- a/
doc/debug.texi
+++ b/
doc/debug.texi
@@
-198,7
+198,7
@@
tree used for this example, line 405 of @file{filesys/file.c} is the
assertion
@example
-ASSERT (file_ofs >=
)0
;
+ASSERT (file_ofs >=
0)
;
@end example
@noindent