style: fix a typo.

This commit is contained in:
Emilio Cobos Álvarez 2019-03-07 00:14:43 +01:00
parent 18a0c9b033
commit 80ed070639

View file

@ -686,7 +686,7 @@ where
// sibling or cousin. Otherwise, recascading a bunch of identical
// elements would unnecessarily flood the cache with identical entries.
//
// This is analagous to the obvious "don't insert an element that just
// This is analogous to the obvious "don't insert an element that just
// got a hit in the style sharing cache" behavior in the MatchAndCascade
// handling above.
//