Index: third_party/WebKit/Source/core/layout/ng/ng_length_utils.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h |
index 17bcfb96cbb016b120dcf28a82e991c7ee669e2a..09a3ea6b9ddaccc1114db15f4c684fadd93af527 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h |
@@ -65,7 +65,7 @@ CORE_EXPORT NGBoxStrut ComputePadding(const NGConstraintSpace&, |
const ComputedStyle&); |
// Resolves margin: auto in the inline direction after a box has been laid out. |
-// This uses the container size from the constraint space and the box size from |
+// This uses the available size from the constraint space and the box size from |
// the fragment to compute the margins that are auto, if any, and adjusts |
// the given NGBoxStrut accordingly. |
CORE_EXPORT void ApplyAutoMargins(const NGConstraintSpace&, |