From ad06dfe496e4e1abbc65268a58275ca2b483def5 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Fri, 1 Aug 2014 19:40:21 -0400 Subject: Fix misspelled comments. --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse/parser.rs') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 945a643d2b4..de3be4f8f38 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -4356,7 +4356,7 @@ impl<'a> Parser<'a> { return self.parse_single_struct_field(Inherited, attrs); } - /// Parse visiility: PUB, PRIV, or nothing + /// Parse visibility: PUB, PRIV, or nothing fn parse_visibility(&mut self) -> Visibility { if self.eat_keyword(keywords::Pub) { Public } else { Inherited } -- cgit 1.4.1-3-g733a5