summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <andersrb@gmail.com>2012-03-09 18:17:38 -0800
committerBrian Anderson <andersrb@gmail.com>2012-03-09 18:17:38 -0800
commit31ce3637da7e0922c0cfab6e80dc359771e4fea2 (patch)
tree49b4384cb91a18e3f8a503846937d5ca1cdde44a /src
parentf9755c666d9e3b5134fd977bf9653f2d29347e8a (diff)
parentc19ea057faed3e4b1abe03c1d760b7741b135e1b (diff)
downloadrust-31ce3637da7e0922c0cfab6e80dc359771e4fea2.tar.gz
rust-31ce3637da7e0922c0cfab6e80dc359771e4fea2.zip
Merge pull request #1950 from damag/master
Update README.txt with the new path to the compiler
Diffstat (limited to 'src')
-rw-r--r--src/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.txt b/src/README.txt
index 21f38c9001a..61ca2a2329f 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -2,7 +2,7 @@ This is preliminary version of the Rust compiler.
 
 Source layout:
 
-comp/              The self-hosted compiler
+rustc/             The self-hosted compiler
 
 cargo/             The package manager