From 8350f087efe62e2ce0ded434534629a56cdc4e8c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 14 Nov 2011 12:23:26 -0800 Subject: Spelling fixes. --- src/bytecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bytecode.c') diff --git a/src/bytecode.c b/src/bytecode.c index 9ed29e94b5..91d360bec1 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -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; -- cgit v1.2.3