Index: runtime/vm/raw_object.h |
=================================================================== |
--- runtime/vm/raw_object.h (revision 13630) |
+++ runtime/vm/raw_object.h (working copy) |
@@ -117,7 +117,7 @@ |
#undef DEFINE_OBJECT_KIND |
// The following entries do not describe a predefined class, but instead |
- // are class indexes for pre-allocated instance (Null, Dynamic and Void). |
+ // are class indexes for pre-allocated instance (Null, dynamic and Void). |
kNullCid, |
kDynamicCid, |
kVoidCid, |