Index: pkg/compiler/lib/src/cps_ir/cps_fragment.dart |
diff --git a/pkg/compiler/lib/src/cps_ir/cps_fragment.dart b/pkg/compiler/lib/src/cps_ir/cps_fragment.dart |
index 992ae5515540d2d125410992bf3a0e8d0a766320..4e22d0e35ea44b2370b76889953e7073321384a3 100644 |
--- a/pkg/compiler/lib/src/cps_ir/cps_fragment.dart |
+++ b/pkg/compiler/lib/src/cps_ir/cps_fragment.dart |
@@ -270,7 +270,7 @@ class CpsFragment { |
/// |
/// Returns a primitive containing the function's return value. |
/// |
- /// The new hole is the the point after [target] has returned. The fragment |
+ /// The new hole is the point after [target] has returned. The fragment |
/// remains open, even if [target] never returns. |
/// |
/// The [target] function is destroyed and should not be reused. |