projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fd7bdd
)
Wording.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 18 May 2006 19:47:22 +0000
(19:47 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 18 May 2006 19:47:22 +0000
(19:47 +0000)
doc/debug.texi
patch
|
blob
|
history
diff --git
a/doc/debug.texi
b/doc/debug.texi
index 27d4f260e72a93bf80ad926be5d1f942e23fa571..62d951add313c9a3f8ba48c304ff5b773594561f 100644
(file)
--- a/
doc/debug.texi
+++ b/
doc/debug.texi
@@
-118,7
+118,7
@@
Alternatively, it could be that the @file{kernel.o} you passed to
@command{backtrace} is not the same kernel that produced
the backtrace.
-Sometimes backtraces can be confusing without
implying
corruption.
+Sometimes backtraces can be confusing without
any
corruption.
Compiler optimizations can cause surprising behavior. When a function
has called another function as its final action (a @dfn{tail call}), the
calling function may not appear in a backtrace at all. Similarly, when