about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEarl St Sauver <estsauver@gmail.com>2015-01-11 13:53:53 -0800
committerEarl St Sauver <estsauver@gmail.com>2015-01-11 13:53:53 -0800
commita9b01f6cbc5aa4d0335759fec369290b276d3aa5 (patch)
treeaa11fc470fd995f08c1f8d314cc574aec34d5a50
parentc6c786671d692d7b13c2e5c68a53001327b4b125 (diff)
downloadrust-a9b01f6cbc5aa4d0335759fec369290b276d3aa5.tar.gz
rust-a9b01f6cbc5aa4d0335759fec369290b276d3aa5.zip
Fix sentence fragment in librustc README
-rw-r--r--src/librustc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/README.txt b/src/librustc/README.txt
index e79ee7fa647..697dddca74f 100644
--- a/src/librustc/README.txt
+++ b/src/librustc/README.txt
@@ -68,7 +68,7 @@ util     - ubiquitous types and helper functions
 lib      - bindings to LLVM
 
 The entry-point for the compiler is main() in the librustc_trans
-crate. But the 
+crate.
 
 The 3 central data structures:
 ------------------------------