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

Unified Diff: runtime/vm/object.h

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling Created 3 years, 8 months 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 | « runtime/vm/message_handler.cc ('k') | runtime/vm/precompiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « runtime/vm/message_handler.cc ('k') | runtime/vm/precompiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698