aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debuglog.go
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2019-04-05 10:05:57 -0400
committerAustin Clements <austin@google.com>2019-04-05 14:17:31 +0000
commitcea44714fb4e79b939e5b781ee61e97b3d7e1c14 (patch)
treebbf8facece49495805291dd0f3d4cc64c1032f8a /src/runtime/debuglog.go
parentf947c4dcfe6f22e6c92e6e5a170096b518a18448 (diff)
downloadgo-cea44714fb4e79b939e5b781ee61e97b3d7e1c14.tar.gz
go-cea44714fb4e79b939e5b781ee61e97b3d7e1c14.zip
runtime: fix typo in debuglog comment
Change-Id: I8a40461b93eab034ed930e0c5e32391f84cdbc5a Reviewed-on: https://go-review.googlesource.com/c/go/+/170799 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Sebastien Binet <seb.binet@gmail.com>
Diffstat (limited to 'src/runtime/debuglog.go')
-rw-r--r--src/runtime/debuglog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/debuglog.go b/src/runtime/debuglog.go
index 3f8481270a..100f2d370a 100644
--- a/src/runtime/debuglog.go
+++ b/src/runtime/debuglog.go
@@ -25,7 +25,7 @@ import (
// heap size.
const debugLogBytes = 16 << 10
-// debugLogStringLimit the the maximum number of bytes in a string.
+// debugLogStringLimit is the maximum number of bytes in a string.
// Above this, the string will be truncated with "..(n more bytes).."
const debugLogStringLimit = debugLogBytes / 8