about summary refs log tree commit diff
path: root/src/rustc/syntax/ast.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rustc/syntax/ast.rs')
-rw-r--r--src/rustc/syntax/ast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/syntax/ast.rs b/src/rustc/syntax/ast.rs
index 1f0b40925bc..217977e9658 100644
--- a/src/rustc/syntax/ast.rs
+++ b/src/rustc/syntax/ast.rs
@@ -86,7 +86,7 @@ enum def {
     // first def_id is for parent class
     def_class_field(def_id, def_id),
     // No purity allowed for now, I guess
-    // (simpler this way, b/c presumably methods read mutable state)
+    // (simpler this way, b/c presumably methods read mut state)
     def_class_method(def_id, def_id),
     def_region(node_id)
 }