aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/defer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/runtime/defer_test.go')
-rw-r--r--libgo/go/runtime/defer_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/defer_test.go b/libgo/go/runtime/defer_test.go
index 9a40ea1..fc96144 100644
--- a/libgo/go/runtime/defer_test.go
+++ b/libgo/go/runtime/defer_test.go
@@ -370,7 +370,7 @@ func g2() {
defer ap.method2()
defer ap.method1()
ff1(ap, 1, 2, 3, 4, 5, 6, 7, 8, 9)
- // Try to get the stack to be be moved by growing it too large, so
+ // Try to get the stack to be moved by growing it too large, so
// existing stack-allocated defer becomes invalid.
rec1(2000)
}