Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h

Issue 2526223004: [LayoutNG] Typos in ComputeMinAndMaxContentSizes() documentation. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698