Spelling fix in comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Jul 2012 08:51:23 +0000 (01:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Jul 2012 08:51:23 +0000 (01:51 -0700)
src/lisp.h

index 204657f..8f30961 100644 (file)
@@ -155,7 +155,7 @@ extern int suppress_checking EXTERNALLY_VISIBLE;
    variable VAR of type TYPE with the added requirement that it be
    TYPEBITS-aligned.  */
 
-/* Number of bits in a Lisp_Obect tag.  This can be used in #if.  */
+/* Number of bits in a Lisp_Object tag.  This can be used in #if.  */
 #define GCTYPEBITS 3
 
 /* Number of bits in a Lisp_Object value, not counting the tag.  */