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:
parent
b30941dba0
commit
22bcf20469
63 changed files with 77 additions and 78 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue