Fixed a typo in a comment.

This commit is contained in:
Eli Zaretskii 2001-06-15 07:31:16 +00:00
parent 3e2246457e
commit db9f48c3ca

View file

@ -2022,7 +2022,7 @@ between them, return t; otherwise return nil.")
}
/* Return syntax code of character C if C is a single byte character
or `multibyte_symbol_p' is zero. Otherwise, retrun Ssymbol. */
or `multibyte_symbol_p' is zero. Otherwise, return Ssymbol. */
#define SYNTAX_WITH_MULTIBYTE_CHECK(c) \
((SINGLE_BYTE_CHAR_P (c) || !multibyte_symbol_p) \