Index: ui/views/layout/grid_layout.h |
diff --git a/ui/views/layout/grid_layout.h b/ui/views/layout/grid_layout.h |
index 856fb6f1a449ffec27dc9974f1ce864cd9791d64..c82f3a8db6a9d352bcf4935033a4412191201a0f 100644 |
--- a/ui/views/layout/grid_layout.h |
+++ b/ui/views/layout/grid_layout.h |
@@ -18,7 +18,7 @@ |
// define the structure of the Grid first, then add the Views. |
// The following creates a trivial grid with two columns separated by |
// a column with padding: |
-// ColumnSet* columns = layout->AddColumnSet(0); // Give this column an |
+// ColumnSet* columns = layout->AddColumnSet(0); // Give this column set an |
// // identifier of 0. |
// columns->AddColumn(FILL, // Views are horizontally resized to fill column. |
// FILL, // Views starting in this column are vertically |