| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| index 99492e3403fc7b126afcf58af7f8c3b5ce0f5ee3..cc206f461ea0fda3d7ba2accecd69bb3d5464c1d 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| @@ -48,8 +48,8 @@ class CORE_EXPORT NGLayoutAlgorithm
|
|
|
| // Computes the min-content and max-content intrinsic sizes for the given box.
|
| // The result will not take any min-width. max-width or width properties into
|
| - // account. Implementations can return NotImpplemented in which case the
|
| - // caller is expected ot synthesize this value from the overflow rect returned
|
| + // account. Implementations can return NotImplemented, in which case the
|
| + // caller is expected to synthesize this value from the overflow rect returned
|
| // from Layout called with a available width of 0 and LayoutUnit::max(),
|
| // respectively.
|
| // A Pending return value has the same meaning as a false return from layout,
|
|
|