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 d0772d5eab90ac6a4798cb376a90f3aecf0f797d..9c7f301dde8df9b606ca6c2ce1b39aa509ee55e5 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 |
@@ -39,7 +39,7 @@ class CORE_EXPORT NGLayoutAlgorithm |
// 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 |
- // from Layout called with a container width of 0 and LayoutUnit::max(), |
+ // 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, |
// i.e. it is a request to call this function again. |