From b71a214b4570c8f977ee67cbd2a09fd541b504aa Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 29 Jan 2014 14:03:33 -0500 Subject: [PATCH] Comment typo. --- racket/src/racket/src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/src/racket/src/syntax.c b/racket/src/racket/src/syntax.c index d6dffdc624..72e7d0a7c1 100644 --- a/racket/src/racket/src/syntax.c +++ b/racket/src/racket/src/syntax.c @@ -5386,7 +5386,7 @@ static Scheme_Object *simplify_lex_renames(Scheme_Object *wraps, Scheme_Hash_Tab /* Although it makes no sense to simplify the rename table itself, we can simplify it in the context of a particular wrap suffix. (But don't mutate the wrap list, because that will stomp on - tables that might be needed by a propoagation.) + tables that might be needed by a propagation.) A lex_cache maps wrap starts within `w' to lists of simplified tables. This helps avoid re-simplifying when the result is