From 6f3ddb4ee85adf6ddfef4be1644bf6dd0c75c0a8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 26 Jul 2012 01:51:23 -0700 Subject: [PATCH] Spelling fix in comment. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2