summaryrefslogtreecommitdiff
path: root/src/character.h
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-06-03 17:34:35 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-06-03 17:34:35 +0200
commit78edd3b72d7d7e006db5aac8c5f0514777d6e01c (patch)
tree87fec1b236edac98f38a9218fcac11b0c0c1d725 /src/character.h
parent3845c322ce0ee880e65c4cf1ebfec87e5cae129d (diff)
downloademacs-78edd3b72d7d7e006db5aac8c5f0514777d6e01c.tar.gz
Fix typos.
Diffstat (limited to 'src/character.h')
-rw-r--r--src/character.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/character.h b/src/character.h
index 1f1f6eade84..dee846dbb9a 100644
--- a/src/character.h
+++ b/src/character.h
@@ -285,7 +285,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* If P is before LIMIT, advance P to the next character boundary.
Assumes that P is already at a character boundary of the same
- mulitbyte form whose end address is LIMIT. */
+ multibyte form whose end address is LIMIT. */
#define NEXT_CHAR_BOUNDARY(p, limit) \
do { \
@@ -296,7 +296,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* If P is after LIMIT, advance P to the previous character boundary.
Assumes that P is already at a character boundary of the same
- mulitbyte form whose beginning address is LIMIT. */
+ multibyte form whose beginning address is LIMIT. */
#define PREV_CHAR_BOUNDARY(p, limit) \
do { \
@@ -608,7 +608,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
: 0)
/* If C is a high surrogate, return 1. If C is a low surrogate,
- return 0. Otherwise, return 0. */
+ return 0. Otherwise, return 0. */
#define CHAR_SURROGATE_PAIR_P(c) \
((c) < 0xD800 ? 0 \