Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 0e4e015912576ee0f6f8d236f5208ee84c9b38f9..880836de02357b20f0332a234493911b92b6f15d 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -1679,7 +1679,7 @@ class TypeArguments : public Object { |
// Canonicalize only if instantiated, otherwise returns 'this'. |
RawTypeArguments* Canonicalize(TrailPtr trail = NULL) const; |
- // Returns a formatted list of occuring type arguments with their URI. |
+ // Returns a formatted list of occurring type arguments with their URI. |
RawString* EnumerateURIs() const; |
// Return 'this' if this type argument vector is instantiated, i.e. if it does |
@@ -5794,7 +5794,7 @@ class AbstractType : public Instance { |
return BuildName(kUserVisibleName); |
} |
- // Returns a formatted list of occuring types with their URI. |
+ // Returns a formatted list of occurring types with their URI. |
virtual RawString* EnumerateURIs() const; |
virtual intptr_t Hash() const; |