diff src/lisp.h @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents a9b1e2a5523b
children f0e305fceb86
line wrap: on
line diff
--- a/src/lisp.h	Wed Jun 09 11:33:38 1993 +0000
+++ b/src/lisp.h	Wed Jun 09 11:59:12 1993 +0000
@@ -474,7 +474,7 @@
    structures.  See, e.g., struct Lisp_String below. */
 #define DECLARE_INTERVALS INTERVAL intervals;
 
-/* Macro used to condionally compile interval initialization into
+/* Macro used to conditionally compile interval initialization into
    certain code.  See, e.g., alloc.c. */
 #define INITIALIZE_INTERVAL(ptr,val) ptr->intervals = val