| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_fragment_base.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment_base.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment_base.h
|
| index d6c52ff62d7ed03bdb38809028d53b32d9738440..390505116321242b84b38c3f3217c0ee9a43457d 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment_base.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment_base.h
|
| @@ -18,7 +18,7 @@ namespace blink {
|
| // use by paint, hit-testing etc.
|
| //
|
| // Layout code should only access output layout information through the
|
| -// NGFragmentBase classes which transforms infromation into the logical
|
| +// NGFragmentBase classes which transforms information into the logical
|
| // coordinate system.
|
| class CORE_EXPORT NGPhysicalFragmentBase
|
| : public GarbageCollected<NGPhysicalFragmentBase> {
|
|
|