]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jun 2013 17:15:25 +0000 (10:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jun 2013 17:15:25 +0000 (10:15 -0700)
etc/DEBUG
src/lisp.h

index 61a8ee05e272e7cafa97a806ffa49cd7b6f0cc94..b2a943f5d71758bfb0660ebe775c03919ce95ee0 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -26,7 +26,7 @@ described in the node "Auto-loading safe path" in the GDB user manual.
 ** When you are trying to analyze failed assertions or backtraces, it
 is essential to compile Emacs with flags suitable for debugging.
 With GCC 4.8 or later, you can invoke 'make' with CFLAGS="-Og -g3".
-With older GCC or non-GCC commpilers, you can use CFLAGS="-O0 -g3".
+With older GCC or non-GCC compilers, you can use CFLAGS="-O0 -g3".
 With GCC and higher optimization levels such as -O2, the
 -fno-omit-frame-pointer and -fno-crossjumping options are often
 essential.  The latter prevents GCC from using the same abort call for
index e4033a2f45b6dfbfd95ac92961b1d99829a5bde2..3a4819c763e10bcfa47074409bf2f33c1eeb52f3 100644 (file)
@@ -226,7 +226,7 @@ enum enum_USE_LSB_TAG { USE_LSB_TAG = 0 };
    would otherwise cause a serious performance problem.
 
    For each such operation OP, define a macro lisp_h_OP that contains
-   the operation's implementation.  That way, OP can be implementated
+   the operation's implementation.  That way, OP can be implemented
    via a macro definition like this:
 
      #define OP(x) lisp_h_OP (x)