about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
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 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