From 901543ff8979fade994352463abbbf7f2810ba98 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 9 Sep 2012 17:41:13 -0700 Subject: Reformat comments --- src/libsyntax/parse/token.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index 5c719af41cd..220fc7cf564 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -362,11 +362,11 @@ fn mk_fake_ident_interner() -> ident_interner { /** * All the valid words that have meaning in the Rust language. * - * Rust keywords are either 'contextual', 'restricted', or 'strict, Contextual - * keywords may be used as identifiers because their appearance in the grammar - * is unambiguous. Restricted keywords may not appear in positions that might - * otherwise contain _value identifiers_. Strict keywords may not appear as - * identifiers. + * Rust keywords are either 'contextual', 'restricted', or 'strict'. + * Contextual keywords may be used as identifiers because their appearance in + * the grammar is unambiguous. Restricted keywords may not appear in positions + * that might otherwise contain _value identifiers_. Strict keywords may not + * appear as identifiers. */ fn keyword_table() -> hashmap<~str, ()> { let keywords = str_hash(); -- cgit 1.4.1-3-g733a5