diff --git a/components/malloc_size_of/lib.rs b/components/malloc_size_of/lib.rs index d65f8e957e4..f9d3420c32e 100644 --- a/components/malloc_size_of/lib.rs +++ b/components/malloc_size_of/lib.rs @@ -43,7 +43,7 @@ //! measured as well as the thing it points to. E.g. //! ` as MallocSizeOf>::size_of(field, ops)`. //! -//! Note: WebRender has a reduced for of this crate, so that we can avoid +//! Note: WebRender has a reduced fork of this crate, so that we can avoid //! publishing this crate on crates.io. extern crate app_units;