1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-14 12:23:26 -08:00
parent 322ad6ec0e
commit 8350f087ef
69 changed files with 125 additions and 137 deletions

View file

@ -271,7 +271,7 @@ struct byte_stack
/* A list of currently active byte-code execution value stacks.
Fbyte_code adds an entry to the head of this list before it starts
processing byte-code, and it removed the entry again when it is
done. Signalling an error truncates the list analoguous to
done. Signaling an error truncates the list analoguous to
gcprolist. */
struct byte_stack *byte_stack_list;