emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109215: Spelling fix in comment.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109215: Spelling fix in comment.
Date: Thu, 26 Jul 2012 01:51:23 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109215
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2012-07-26 01:51:23 -0700
message:
  Spelling fix in comment.
modified:
  src/lisp.h
=== modified file 'src/lisp.h'
--- a/src/lisp.h        2012-07-26 08:12:03 +0000
+++ b/src/lisp.h        2012-07-26 08:51:23 +0000
@@ -155,7 +155,7 @@
    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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]