aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/stack_test.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2012-10-30 13:38:01 -0700
committerRobert Griesemer <gri@golang.org>2012-10-30 13:38:01 -0700
commit465b9c35e57228e2f7e51865940650f9b54c50c7 (patch)
treeb2903d4bac48a6e2a9aaecf07840a5131cffd773 /src/pkg/runtime/stack_test.go
parentdb2b6ed854122bc987e0cb8778a9c77b481614ec (diff)
downloadgo-465b9c35e57228e2f7e51865940650f9b54c50c7.tar.xz
gofmt: apply gofmt -w src misc
Remove trailing whitespace in comments. No other changes. R=r CC=golang-dev https://golang.org/cl/6815053
Diffstat (limited to 'src/pkg/runtime/stack_test.go')
-rw-r--r--src/pkg/runtime/stack_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/stack_test.go b/src/pkg/runtime/stack_test.go
index 01c6b6e2f2..8b75e4d121 100644
--- a/src/pkg/runtime/stack_test.go
+++ b/src/pkg/runtime/stack_test.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Test stack split logic by calling functions of every frame size
+// Test stack split logic by calling functions of every frame size
// from near 0 up to and beyond the default segment size (4k).
// Each of those functions reports its SP + stack limit, and then
// the test (the caller) checks that those make sense. By not