mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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>
This commit is contained in:
parent
f947c4dcfe
commit
cea44714fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue