1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-12-30 17:27:15 -08:00
parent b30941dba0
commit 22bcf20469
63 changed files with 77 additions and 78 deletions

View file

@ -541,7 +541,7 @@ write_c_args (FILE *out, char *func, char *buf, int minargs, int maxargs)
maxargs--;
/* In C code, `default' is a reserved word, so we spell it
`defalt'; unmangle that here. */
`defalt'; demangle that here. */
if (ident_length == 6 && strncmp (ident_start, "defalt", 6) == 0)
fprintf (out, "DEFAULT");
else