about summary refs log tree commit diff
path: root/absl/strings/charconv_benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/strings/charconv_benchmark.cc')
-rw-r--r--absl/strings/charconv_benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/strings/charconv_benchmark.cc b/absl/strings/charconv_benchmark.cc
index 644b2abdf6..e8c7371d65 100644
--- a/absl/strings/charconv_benchmark.cc
+++ b/absl/strings/charconv_benchmark.cc
@@ -132,7 +132,7 @@ BENCHMARK(BM_Absl_HugeMantissa);
 std::string MakeHardCase(int length) {
   // The number 1.1521...e-297 is exactly halfway between 12345 * 2**-1000 and
   // the next larger representable number.  The digits of this number are in
-  // the std::string below.
+  // the string below.
   const std::string digits =
       "1."
       "152113937042223790993097181572444900347587985074226836242307364987727724"