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

Unified Diff: runtime/vm/mirrors_api_impl.cc

Issue 1210483002: Fix typos of "function". (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: One more typo. Created 5 years, 6 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 | « pkg/expect/lib/expect.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/mirrors_api_impl.cc
diff --git a/runtime/vm/mirrors_api_impl.cc b/runtime/vm/mirrors_api_impl.cc
index e5e667cd1fee4a866aa154f603fe025097dceeba..d775e229131f8088ec46390ff18bf9ee08d46e1f 100644
--- a/runtime/vm/mirrors_api_impl.cc
+++ b/runtime/vm/mirrors_api_impl.cc
@@ -158,7 +158,7 @@ DART_EXPORT Dart_Handle Dart_LookupFunction(Dart_Handle target,
func = cls.LookupFunctionAllowPrivate(tmp_name);
}
- // Case 3. Lookup the funciton with the getter prefix prepended.
+ // Case 3. Lookup the function with the getter prefix prepended.
if (func.IsNull()) {
tmp_name = Field::GetterName(func_name);
func = cls.LookupFunctionAllowPrivate(tmp_name);
« no previous file with comments | « pkg/expect/lib/expect.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698