about summary refs log tree commit diff
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 95b2dc105e..01331da29f 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;