projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
671e57c
)
Typo.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 5 Apr 2006 22:44:11 +0000
(22:44 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 5 Apr 2006 22:44:11 +0000
(22:44 +0000)
doc/debug.texi
patch
|
blob
|
history
diff --git
a/doc/debug.texi
b/doc/debug.texi
index ba53f70e0f4a5a2dce6d9d153558c0fc2624880c..11d1d7a6b4f08c6701475f4941c2a2b12bd67440 100644
(file)
--- a/
doc/debug.texi
+++ b/
doc/debug.texi
@@
-127,7
+127,7
@@
optimize such that an unrelated function C appears in the backtrace
instead of A. Function C is simply the function that happens to be in
memory just after A. In the threads project, this is commonly seen in
backtraces for test failures; see @ref{The pass function fails, ,
-@func{pass} Fails}
)
, for more information.
+@func{pass} Fails}, for more information.
@menu
* Backtrace Example::