Index: tests/language/vm/regress_29137_vm_test.dart |
diff --git a/tests/language/vm/regress_29137_vm_test.dart b/tests/language/vm/regress_29137_vm_test.dart |
index e20545b8758d5e4cddef89fc8ea4b9693e75c57f..1ada35e2ee8b18047dffde682c2a74d57b0bf209 100644 |
--- a/tests/language/vm/regress_29137_vm_test.dart |
+++ b/tests/language/vm/regress_29137_vm_test.dart |
@@ -8,7 +8,7 @@ |
// v1 <- UnboxedIntConverter([tr] mint->uint32, v0) |
// v2 <- UnboxedIntConverter(uint32->mint, v1) |
// |
-// optimizer must *not* replace v2 with v0 because the first convertion is |
+// optimizer must *not* replace v2 with v0 because the first conversion is |
// truncating and is erasing the high part of the mint value. |
// |
// VMOptions=--optimization-counter-threshold=5 --no-background-compilation |