Skip to content

Commit 66f4c7b

Browse files
Masashi HiranoMylesBorins
Masashi Hirano
authored andcommitted
src: fix typo string_search.h comment
PR-URL: #21115 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent c60810a commit 66f4c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/string_search.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ size_t StringSearch<Char>::InitialSearch(
559559
return subject.length();
560560
}
561561

562-
// Perform a a single stand-alone search.
562+
// Perform a single stand-alone search.
563563
// If searching multiple times for the same pattern, a search
564564
// object should be constructed once and the Search function then called
565565
// for each search.

0 commit comments

Comments
 (0)