From 46fd8dfe2157e56f6282dcc08661b2073a07632b Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Sun, 1 May 2011 00:16:00 -0700 Subject: [PATCH] Fix a typo in the documentation. --- src/comp/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/README b/src/comp/README index fad13ba6f358b..9411a5b78769a 100644 --- a/src/comp/README +++ b/src/comp/README @@ -92,7 +92,7 @@ Comparison with rustboot Rustc is written in a more "functional" style than rustboot; each rustc pass tends to depend only on the AST it's given as input, which it does not mutate. -Calculations flow from one pase to another by repeatedly rebuilding the AST +Calculations flow from one phase to another by repeatedly rebuilding the AST with additional annotations. Rustboot normalizes to a statement-centric AST. Rustc uses an