Wording.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 18 May 2006 19:47:22 +0000 (19:47 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 18 May 2006 19:47:22 +0000 (19:47 +0000)
doc/debug.texi

index 27d4f260e72a93bf80ad926be5d1f942e23fa571..62d951add313c9a3f8ba48c304ff5b773594561f 100644 (file)
@@ -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