diff options
Diffstat (limited to 'src/runtime/debuglog.go')
| -rw-r--r-- | src/runtime/debuglog.go | 2 |
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 |
