# HG changeset patch # User Eli Zaretskii # Date 967433562 0 # Node ID 591a215915ca07eff2a3e4f0d813eefa6f4ac304 # Parent 6828c3827297d6205f1896f471d1e944530cb8e1 Fix a typo in a comment. diff -r 6828c3827297 -r 591a215915ca src/buffer.h --- a/src/buffer.h Mon Aug 28 01:54:45 2000 +0000 +++ b/src/buffer.h Mon Aug 28 03:32:42 2000 +0000 @@ -253,7 +253,7 @@ 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) \