From: Paul Eggert Date: Thu, 26 Jul 2012 08:51:23 +0000 (-0700) Subject: Spelling fix in comment. X-Git-Tag: emacs-24.2.90~1073 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f3ddb4ee85adf6ddfef4be1644bf6dd0c75c0a8;p=emacs.git Spelling fix in comment. --- diff --git a/src/lisp.h b/src/lisp.h index 204657f8348..8f309617e69 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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. */