diff options
Diffstat (limited to 'components/style/servo/url.rs')
-rw-r--r-- | components/style/servo/url.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/servo/url.rs b/components/style/servo/url.rs index 972eced90e7..ef257bacfe3 100644 --- a/components/style/servo/url.rs +++ b/components/style/servo/url.rs @@ -7,7 +7,7 @@ use parser::ParserContext; use servo_url::ServoUrl; use std::fmt; -// Note: We use std::sync::Arc rather than stylearc::Arc here because the +// Note: We use std::sync::Arc rather than servo_arc::Arc here because the // nonzero optimization is important in keeping the size of SpecifiedUrl below // the threshold. use std::sync::Arc; |