about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-10-27 09:07:53 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-10-27 15:12:30 -0700
commit175d6a74355ea1b9470866818c9b47d1a50900c7 (patch)
treec82095f4b47b9732ba8da3561aac2328fbff8fc8 /src/libsyntax
parent287df9e0ebf5cb5c855f69d4b617ab5df5824f98 (diff)
parent30403204d695b687cc264c875eae829ae9368937 (diff)
downloadrust-175d6a74355ea1b9470866818c9b47d1a50900c7.tar.gz
rust-175d6a74355ea1b9470866818c9b47d1a50900c7.zip
rollup merge of #18332 : jbcrail/fix-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 580b93eb4c6..eaa370d95a8 100644
--- a/src/libsyntax/ast.rs
+++ b/src/libsyntax/ast.rs
@@ -439,7 +439,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),
 }