Fix misspelled comments.

I cleaned up comments prior to the 1.0 alpha release.
This commit is contained in:
Joseph Crail 2015-01-06 20:53:18 -05:00
parent ea6f65c5f1
commit e3b7fedc20
29 changed files with 38 additions and 38 deletions

View file

@ -2780,7 +2780,7 @@ impl<'a> Parser<'a> {
let open_span = self.span;
self.bump();
// Parse the token trees within the delimeters
// Parse the token trees within the delimiters
let tts = self.parse_seq_to_before_end(
&token::CloseDelim(delim),
seq_sep_none(),