Index: runtime/vm/dart_api_impl.h |
diff --git a/runtime/vm/dart_api_impl.h b/runtime/vm/dart_api_impl.h |
index 67c025725e9919691da3262a2404a10759ae72f4..f536e0bfb6ecdfbc744f6b4d190484bfdbbab544 100644 |
--- a/runtime/vm/dart_api_impl.h |
+++ b/runtime/vm/dart_api_impl.h |
@@ -57,7 +57,7 @@ const char* CanonicalFunction(const char* func); |
#define DARTSCOPE(thread) \ |
Thread* T = (thread); \ |
CHECK_API_SCOPE(T); \ |
- TransitionNativeToVM trainsition(T); \ |
+ TransitionNativeToVM transition(T); \ |
HANDLESCOPE(T); |