aboutsummaryrefslogtreecommitdiff
path: root/third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:10:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:10:54 +0000
commitb4807cc83ef61f2df2df63b3f440be2d74f5682a (patch)
tree2ce94d7f0804ccb77d1fa9b2a1bca00eecdff1e2 /third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc
parent9978f3c5c406e397901f123dfa63e8fadafb7270 (diff)
parentd3dfe74c4025bacd9741d761815a8cb059e49c68 (diff)
downloadwebrtc-b4807cc83ef61f2df2df63b3f440be2d74f5682a.tar.gz
Snap for 8564071 from d3dfe74c4025bacd9741d761815a8cb059e49c68 to mainline-adbd-releaseaml_adb_331610000aml_adb_331314020aml_adb_331113120aml_adb_331011050aml_adb_331011040android13-mainline-adbd-release
Change-Id: I04223971ab5f2e1eb2d889c44ab1041ab0fa9123
Diffstat (limited to 'third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc')
-rw-r--r--third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc b/third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc
index 95b2dc105e..01331da29f 100644
--- a/third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc
+++ b/third_party/abseil-cpp/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;