From: Eli Zaretskii Date: Mon, 28 Aug 2000 03:32:42 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: emacs-pretest-21.0.90~1936 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b4baa7be49a02cee66048671eb91c113d3b926a;p=emacs.git Fix a typo in a comment. --- diff --git a/src/buffer.h b/src/buffer.h index 86796f54961..789b8c53b0f 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -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) \