]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typo in debuglog comment
authorAustin Clements <austin@google.com>
Fri, 5 Apr 2019 14:05:57 +0000 (10:05 -0400)
committerAustin Clements <austin@google.com>
Fri, 5 Apr 2019 14:17:31 +0000 (14:17 +0000)
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>
src/runtime/debuglog.go

index 3f8481270a4d8064bb8521fb2f07b0eaac44aa9b..100f2d370a727489e96a433b0e720bea5568302b 100644 (file)
@@ -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