Index: runtime/vm/kernel_to_il.h |
diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h |
index db7a9add60cc681fe89341c9bb025fa3e4ff4424..1efce5cbe9275525fe83a4bba2d200e8f83ecb14 100644 |
--- a/runtime/vm/kernel_to_il.h |
+++ b/runtime/vm/kernel_to_il.h |
@@ -371,7 +371,7 @@ class TranslationHelper { |
private: |
// This will mangle [name_to_modify] if necessary and make the result a symbol |
- // if asked. The result will be avilable in [name_to_modify] and it is also |
+ // if asked. The result will be available in [name_to_modify] and it is also |
// returned. If the name is private, the canonical name [parent] will be used |
// to get the import URI of the library where the name is visible. |
dart::String& ManglePrivateName(CanonicalName* parent, |