Skip to content

Commit cea4471

Browse files
committed
runtime: fix typo in debuglog comment
Change-Id: I8a40461b93eab034ed930e0c5e32391f84cdbc5a Reviewed-on: https://go-review.googlesource.com/c/go/+/170799 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Sebastien Binet <[email protected]>
1 parent f947c4d commit cea4471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/debuglog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
// heap size.
2626
const debugLogBytes = 16 << 10
2727

28-
// debugLogStringLimit the the maximum number of bytes in a string.
28+
// debugLogStringLimit is the maximum number of bytes in a string.
2929
// Above this, the string will be truncated with "..(n more bytes).."
3030
const debugLogStringLimit = debugLogBytes / 8
3131

0 commit comments

Comments
 (0)