aboutsummaryrefslogtreecommitdiff
path: root/absl/container/inlined_vector_benchmark.cc
diff options
context:
space:
mode:
authorVertexwahn <julian.amann@tum.de>2023-04-24 20:13:05 +0200
committerVertexwahn <julian.amann@tum.de>2023-04-24 21:25:50 +0200
commit421a74dce4c6f768bfcca94ba62b65ded1d50f7c (patch)
tree5eb2dcfa7d285ad9c8b9c67f33f8e20acf02ff7a /absl/container/inlined_vector_benchmark.cc
parent4ffaea74c1f5408e0757547a1ca0518ad43fa9f1 (diff)
downloadabseil-421a74dce4c6f768bfcca94ba62b65ded1d50f7c.tar.gz
abseil-421a74dce4c6f768bfcca94ba62b65ded1d50f7c.tar.bz2
abseil-421a74dce4c6f768bfcca94ba62b65ded1d50f7c.zip
Fix some spelling mistakes
Diffstat (limited to 'absl/container/inlined_vector_benchmark.cc')
-rw-r--r--absl/container/inlined_vector_benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/inlined_vector_benchmark.cc b/absl/container/inlined_vector_benchmark.cc
index 56a6bfd2..5a04277c 100644
--- a/absl/container/inlined_vector_benchmark.cc
+++ b/absl/container/inlined_vector_benchmark.cc
@@ -66,7 +66,7 @@ void BM_StdVectorFill(benchmark::State& state) {
BENCHMARK(BM_StdVectorFill)->Range(1, 256);
// The purpose of the next two benchmarks is to verify that
-// absl::InlinedVector is efficient when moving is more efficent than
+// absl::InlinedVector is efficient when moving is more efficient than
// copying. To do so, we use strings that are larger than the short
// string optimization.
bool StringRepresentedInline(std::string s) {