]> code.delx.au - gnu-emacs/commitdiff
Fixed a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Jun 2001 07:31:16 +0000 (07:31 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Jun 2001 07:31:16 +0000 (07:31 +0000)
src/syntax.c

index fb996de9dfa0a348de20ccb29a25ac54e5244e8a..695b519c5f87e77563faff15f63e5750c8c4dd64 100644 (file)
@@ -2022,7 +2022,7 @@ between them, return t; otherwise return nil.")
 }
 \f
 /* 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)     \