Auto merge of #20656 - jwatt:patch-1, r=nox

Fix error name in comment for try_match_ident_ignore_ascii_case

Trivial spelling error fix.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20656)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-04-17 08:32:39 -04:00 committed by GitHub
commit 5081755418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ macro_rules! trivial_to_computed_value {
}; };
} }
/// A macro to parse an identifier, or return an `UnexpectedIndent` error /// A macro to parse an identifier, or return an `UnexpectedIdent` error
/// otherwise. /// otherwise.
/// ///
/// FIXME(emilio): The fact that `UnexpectedIdent` is a `SelectorParseError` /// FIXME(emilio): The fact that `UnexpectedIdent` is a `SelectorParseError`