diff options
Diffstat (limited to 'libgo/go/runtime/debug/stack.go')
-rw-r--r-- | libgo/go/runtime/debug/stack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/debug/stack.go b/libgo/go/runtime/debug/stack.go index c29b0a226a2..ab12bffa6e5 100644 --- a/libgo/go/runtime/debug/stack.go +++ b/libgo/go/runtime/debug/stack.go @@ -31,7 +31,7 @@ func PrintStack() { // then attempts to discover, for Go functions, the calling function or // method and the text of the line containing the invocation. // -// This function is deprecated. Use package runtime's Stack instead. +// Deprecated: Use package runtime's Stack instead. func Stack() []byte { return stack() } |