about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorJoseph Crail <jbcrail@gmail.com>2014-10-25 23:10:16 -0400
committerJoseph Crail <jbcrail@gmail.com>2014-10-25 23:11:17 -0400
commit30403204d695b687cc264c875eae829ae9368937 (patch)
treeae6ef110aafafe7c31207ee628abd038b4ee42e0 /src/libsyntax
parentf168c12c5629afd45c9b3ed250350bf830b99642 (diff)
downloadrust-30403204d695b687cc264c875eae829ae9368937.tar.gz
rust-30403204d695b687cc264c875eae829ae9368937.zip
Fix spelling mistakes in comments.
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/ast.rs2
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),
 }