]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Mon, 28 Aug 2000 03:32:42 +0000 (03:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 28 Aug 2000 03:32:42 +0000 (03:32 +0000)
src/buffer.h

index 86796f54961dde163c9c095c915c19cf5f7a4366..789b8c53b0f3167e814e89232380eaefc7401585 100644 (file)
@@ -253,7 +253,7 @@ extern INLINE void temp_set_point_both P_ ((struct buffer *, int, int));
    These macros do not check that the position is in range.  */
 
 /* Access a Lisp position value in POS,
-   and store the charpos in CHARPOS and the bypepos in BYPEPOS.  */
+   and store the charpos in CHARPOS and the bytepos in BYTEPOS.  */
 
 #define DECODE_POSITION(charpos, bytepos, pos)                 \
 if (1)                                                         \