summary refs log tree commit diff
path: root/src/libsyntax/ext
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-09 03:51:32 -0700
committerbors <bors@rust-lang.org>2013-05-09 03:51:32 -0700
commitca95e7f94ed7b9f793a061bd0a7cc4d74de6b10d (patch)
tree6420f0a5c8a559862c9b8272f9508ee95e3e4164 /src/libsyntax/ext
parent5617916726186290710dade90057683904a5f215 (diff)
parentbd4ee7c7d2f00e8c41824fac7e5d155dff40c25f (diff)
downloadrust-ca95e7f94ed7b9f793a061bd0a7cc4d74de6b10d.tar.gz
rust-ca95e7f94ed7b9f793a061bd0a7cc4d74de6b10d.zip
auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn
Hi there,

Really enjoying Rust. Noticed a few typos so I searched around for a few more--here's some fixes.

Ran `make check` and got `summary of 24 test runs: 4868 passed; 0 failed; 330 ignored`.

Thanks!

Sean
Diffstat (limited to 'src/libsyntax/ext')
-rw-r--r--src/libsyntax/ext/quote.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/quote.rs b/src/libsyntax/ext/quote.rs
index 2bf4b05aa6b..917d11a0d23 100644
--- a/src/libsyntax/ext/quote.rs
+++ b/src/libsyntax/ext/quote.rs
@@ -697,7 +697,7 @@ fn expand_tts(cx: @ext_ctxt,
     // compiler (which we don't really want to do) and, in any case, only
     // pushed the problem a very small step further back: an error
     // resulting from a parse of the resulting quote is still attributed to
-    // the site the string literal occured, which was in a source file
+    // the site the string literal occurred, which was in a source file
     // _other_ than the one the user has control over. For example, an
     // error in a quote from the protocol compiler, invoked in user code
     // using proto! for example, will be attributed to the pipec.rs file in