Chromium Code Reviews| Index: runtime/vm/dart_api_impl.cc |
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc |
| index fdc111e14208784c43118a5c6378114b09515a71..c1a2f369286b3fca8866120a314a42487012fa5b 100644 |
| --- a/runtime/vm/dart_api_impl.cc |
| +++ b/runtime/vm/dart_api_impl.cc |
| @@ -50,7 +50,7 @@ |
| namespace dart { |
| -// Facilitate quick access to the current zone once we have the curren thread. |
| +// Facilitate quick access to the current zone once we have the current thread. |
| #define Z (T->zone()) |