aboutsummaryrefslogtreecommitdiff
path: root/src/boot/README
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-13 16:04:31 -0700
committerGraydon Hoare <[email protected]>2010-07-13 16:04:31 -0700
commit405cd282a305270df781bd77d6a476b9398e7e1c (patch)
treed9daae8a80c5f29d3ec9d4d5936c3c24e0655645 /src/boot/README
parentFix the next typo in mlist-cycle.rs; still doesn't work. (diff)
downloadrust-405cd282a305270df781bd77d6a476b9398e7e1c.tar.xz
rust-405cd282a305270df781bd77d6a476b9398e7e1c.zip
Typo fixes to docs, from Ralph Giles.
Diffstat (limited to 'src/boot/README')
-rw-r--r--src/boot/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/README b/src/boot/README
index 30c1f0e9..891e1336 100644
--- a/src/boot/README
+++ b/src/boot/README
@@ -398,7 +398,7 @@ Probably-bad ideas we will want to do differently in the self-hosted compiler:
ever-more constraints (is_resolved(ast), is_typechecked(ast), etc.)
- Trans should be organized as pure and value-producing code, not imperatively
- emitting quads into emitters. LLVM will enforce this anwyays. See what
+ emitting quads into emitters. LLVM will enforce this anyways. See what
happened in lltrans.ml if you're curious what it'll look (more) like.
- The PIC scheme will have to change, hopefully get much easier.