]> git.eshelyaron.com Git - emacs.git/commitdiff
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 204657f8348599486b9da30297b60e2484738e7a..8f309617e69b014dd73f97352bbe64204b322066 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.  */