summaryrefslogtreecommitdiff
path: root/absl/strings/str_replace_benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/strings/str_replace_benchmark.cc')
-rw-r--r--absl/strings/str_replace_benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/strings/str_replace_benchmark.cc b/absl/strings/str_replace_benchmark.cc
index 95b2dc10..01331da2 100644
--- a/absl/strings/str_replace_benchmark.cc
+++ b/absl/strings/str_replace_benchmark.cc
@@ -62,7 +62,7 @@ void SetUpStrings() {
}
}
// big_string->resize(50);
- // OK, we've set up the std::string, now let's set up expectations - first by
+ // OK, we've set up the string, now let's set up expectations - first by
// just replacing "the" with "box"
after_replacing_the = new std::string(*big_string);
for (size_t pos = 0;