Skip to content

Commit 61ce997

Browse files
committed
---
yaml --- r: 2293 b: refs/heads/master c: 46fd8df h: refs/heads/master i: 2291: fe133ed v: v3
1 parent 446c7ed commit 61ce997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 73ba2dd4c762417ece7bb79ff779f8d3b6d03af3
2+
refs/heads/master: 46fd8dfe2157e56f6282dcc08661b2073a07632b

trunk/src/comp/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Comparison with rustboot
9292

9393
Rustc is written in a more "functional" style than rustboot; each rustc pass
9494
tends to depend only on the AST it's given as input, which it does not mutate.
95-
Calculations flow from one pase to another by repeatedly rebuilding the AST
95+
Calculations flow from one phase to another by repeatedly rebuilding the AST
9696
with additional annotations.
9797

9898
Rustboot normalizes to a statement-centric AST. Rustc uses an

0 commit comments

Comments
 (0)