(no bug) fix typo ('decleration') in a comment in Units.h. comment-only, DONTBUILD

This commit is contained in:
Daniel Holbert 2014-12-05 11:00:43 -08:00
parent 41d909965c
commit d1e970a727

View File

@ -21,7 +21,7 @@ namespace mozilla {
template <typename T>
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;