diff --git a/layout/base/Units.h b/layout/base/Units.h index 2a0f2d24395..eeefa583c8e 100644 --- a/layout/base/Units.h +++ b/layout/base/Units.h @@ -21,7 +21,7 @@ namespace mozilla { template struct IsPixel : FalseType {}; -// See struct decleration for a description of each unit type +// See struct declaration for a description of each unit type. struct CSSPixel; struct LayoutDevicePixel; struct LayerPixel;