Commit cea44714 authored by Austin Clements's avatar Austin Clements

runtime: fix typo in debuglog comment

Change-Id: I8a40461b93eab034ed930e0c5e32391f84cdbc5a
Reviewed-on: https://go-review.googlesource.com/c/go/+/170799Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
Reviewed-by: default avatarSebastien Binet <seb.binet@gmail.com>
parent f947c4dc
...@@ -25,7 +25,7 @@ import ( ...@@ -25,7 +25,7 @@ import (
// heap size. // heap size.
const debugLogBytes = 16 << 10 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).." // Above this, the string will be truncated with "..(n more bytes).."
const debugLogStringLimit = debugLogBytes / 8 const debugLogStringLimit = debugLogBytes / 8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment