aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2012-07-26 01:51:23 -0700
committerPaul Eggert2012-07-26 01:51:23 -0700
commit6f3ddb4ee85adf6ddfef4be1644bf6dd0c75c0a8 (patch)
treef6f618ad67da5401d12f78162057df9ba3e665ff
parentc8e5a42c4ab4ce3f1712e69255da78000f6bde35 (diff)
downloademacs-6f3ddb4ee85adf6ddfef4be1644bf6dd0c75c0a8.tar.gz
emacs-6f3ddb4ee85adf6ddfef4be1644bf6dd0c75c0a8.zip
Spelling fix in comment.
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
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;
155 variable VAR of type TYPE with the added requirement that it be 155 variable VAR of type TYPE with the added requirement that it be
156 TYPEBITS-aligned. */ 156 TYPEBITS-aligned. */
157 157
158/* Number of bits in a Lisp_Obect tag. This can be used in #if. */ 158/* Number of bits in a Lisp_Object tag. This can be used in #if. */
159#define GCTYPEBITS 3 159#define GCTYPEBITS 3
160 160
161/* Number of bits in a Lisp_Object value, not counting the tag. */ 161/* Number of bits in a Lisp_Object value, not counting the tag. */