diff options
Diffstat (limited to 'components/style/traversal.rs')
-rw-r--r-- | components/style/traversal.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/traversal.rs b/components/style/traversal.rs index f1821900bb4..d5a9a5c5033 100644 --- a/components/style/traversal.rs +++ b/components/style/traversal.rs @@ -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. // |