diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2014-10-25 23:10:16 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2014-10-25 23:11:17 -0400 |
| commit | 30403204d695b687cc264c875eae829ae9368937 (patch) | |
| tree | ae6ef110aafafe7c31207ee628abd038b4ee42e0 /src/libsyntax | |
| parent | f168c12c5629afd45c9b3ed250350bf830b99642 (diff) | |
| download | rust-30403204d695b687cc264c875eae829ae9368937.tar.gz rust-30403204d695b687cc264c875eae829ae9368937.zip | |
Fix spelling mistakes in comments.
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 8eaee7282d1..c06feae6872 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -436,7 +436,7 @@ pub enum Stmt_ { /// Expr with trailing semi-colon (may have any type): StmtSemi(P<Expr>, NodeId), - /// bool: is there a trailing sem-colon? + /// bool: is there a trailing semi-colon? StmtMac(Mac, bool), } |
