diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2015-03-19 00:48:08 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2015-03-19 00:48:08 -0400 |
| commit | 857035ade7577d23bac596eb43c34e6844ce0b74 (patch) | |
| tree | d525325183421024290c559a877541022a684f0d /src/libsyntax | |
| parent | 12cb7c6a2847959460ecac75b2c983d071585472 (diff) | |
| download | rust-857035ade7577d23bac596eb43c34e6844ce0b74.tar.gz rust-857035ade7577d23bac596eb43c34e6844ce0b74.zip | |
Fix spelling errors in comments.
I corrected misspelled comments in several crates.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 5c275715352..a2188f767dc 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -893,7 +893,7 @@ pub enum Expr_ { /// The explicit Self type in a "qualified path". The actual /// path, including the trait and the associated item, is stored -/// sepparately. `position` represents the index of the associated +/// separately. `position` represents the index of the associated /// item qualified with this Self type. /// /// <Vec<T> as a::b::Trait>::AssociatedItem |
