Index: ui/aura/window_property.h |
diff --git a/ui/aura/window_property.h b/ui/aura/window_property.h |
index 1f8a6353ef2cdbb7d27c27906010edeffd2533f4..b3774d66597c98ff5ae8c2a1ce4dc13960583ba0 100644 |
--- a/ui/aura/window_property.h |
+++ b/ui/aura/window_property.h |
@@ -19,7 +19,7 @@ |
// |
// DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(FOO_EXPORT, MyType); |
// namespace foo { |
-// // Use this to define an exported property that is premitive, |
+// // Use this to define an exported property that is primitive, |
// // or a pointer you don't want automatically deleted. |
// DEFINE_WINDOW_PROPERTY_KEY(MyType, kMyKey, MyDefault); |
// |