Skip to content

Commit

Permalink
src: fix typo string_search.h comment
Browse files Browse the repository at this point in the history
PR-URL: #21115
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
Masashi Hirano authored and MylesBorins committed Jun 6, 2018
1 parent c60810a commit 66f4c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/string_search.h
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ size_t StringSearch<Char>::InitialSearch(
return subject.length();
}

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

0 comments on commit 66f4c7b

Please sign in to comment.