aboutsummaryrefslogtreecommitdiffstats
path: root/etc/DEBUG
diff options
context:
space:
mode:
authorGlenn Morris2007-04-13 02:58:17 +0000
committerGlenn Morris2007-04-13 02:58:17 +0000
commit2fbcf1743ee4f477313dfd6d26587c76f16912f0 (patch)
tree430eaae16fc85820467d46d1520e59e80ef47edb /etc/DEBUG
parenta7da3bc55c791df798d550c2efc521996b827faf (diff)
downloademacs-2fbcf1743ee4f477313dfd6d26587c76f16912f0.tar.gz
emacs-2fbcf1743ee4f477313dfd6d26587c76f16912f0.zip
Fix typos.
Diffstat (limited to 'etc/DEBUG')
-rw-r--r--etc/DEBUG4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 97e1f015a05..ea4e14866ca 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -567,7 +567,7 @@ are involved in the crash.
567 567
568Once you discover the corrupted Lisp object or data structure, grep 568Once you discover the corrupted Lisp object or data structure, grep
569the sources for its uses and try to figure out what could cause the 569the sources for its uses and try to figure out what could cause the
570corruption. If looking at the sources doesn;t help, you could try 570corruption. If looking at the sources doesn't help, you could try
571setting a watchpoint on the corrupted data, and see what code modifies 571setting a watchpoint on the corrupted data, and see what code modifies
572it in some invalid way. (Obviously, this technique is only useful for 572it in some invalid way. (Obviously, this technique is only useful for
573data that is modified only very rarely.) 573data that is modified only very rarely.)
@@ -731,7 +731,7 @@ prints the backtrace for a crash. It is usually best to look at the
731disassembly to determine exactly what code is being run--the 731disassembly to determine exactly what code is being run--the
732disassembly will probably show several source lines followed by a 732disassembly will probably show several source lines followed by a
733block of assembler for those lines. The actual point where Emacs 733block of assembler for those lines. The actual point where Emacs
734crashes will be one of those source lines, but not neccesarily the one 734crashes will be one of those source lines, but not necessarily the one
735that the debugger reports. 735that the debugger reports.
736 736
737Another problematic area with the MS debugger is with variables that 737Another problematic area with the MS debugger is with variables that