From d5f7da79870800ac2f7c2a68501f73a83d481d16 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 19 Aug 2024 00:07:37 +0300 Subject: all: remove duplicated words in comments Change-Id: Id991ec0826a4e2857f00330b4b7ff2b71907b789 Reviewed-on: https://go-review.googlesource.com/c/go/+/606615 Auto-Submit: Ian Lance Taylor Reviewed-by: Robert Griesemer LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor Auto-Submit: Robert Griesemer Commit-Queue: Ian Lance Taylor --- src/strings/strings_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings') diff --git a/src/strings/strings_test.go b/src/strings/strings_test.go index 39f5f4e355..8067380664 100644 --- a/src/strings/strings_test.go +++ b/src/strings/strings_test.go @@ -356,7 +356,7 @@ func TestIndexRune(t *testing.T) { {Repeat("𡋀", 64) + "𡌀", '𡌀', 256}, // test cutover {Repeat("𡋀", 64), '𡌀', -1}, - // Test the cutover to to bytealg.IndexString when it is triggered in + // Test the cutover to bytealg.IndexString when it is triggered in // the middle of rune that contains consecutive runs of equal bytes. {"aaaaaKKKK\U000bc104", '\U000bc104', 17}, // cutover: (n + 16) / 8 {"aaaaaKKKK鄄", '鄄', 17}, -- cgit v1.3-5-g45d5