aboutsummaryrefslogtreecommitdiff
path: root/absl/container/internal/container_memory.h
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/internal/container_memory.h
parent4ffaea74c1f5408e0757547a1ca0518ad43fa9f1 (diff)
downloadabseil-421a74dce4c6f768bfcca94ba62b65ded1d50f7c.tar.gz
abseil-421a74dce4c6f768bfcca94ba62b65ded1d50f7c.tar.bz2
abseil-421a74dce4c6f768bfcca94ba62b65ded1d50f7c.zip
Fix some spelling mistakes
Diffstat (limited to 'absl/container/internal/container_memory.h')
-rw-r--r--absl/container/internal/container_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/internal/container_memory.h b/absl/container/internal/container_memory.h
index bfa4ff93..f59ca4ee 100644
--- a/absl/container/internal/container_memory.h
+++ b/absl/container/internal/container_memory.h
@@ -165,7 +165,7 @@ decltype(std::declval<F>()(std::declval<T>())) WithConstructed(
std::forward<F>(f));
}
-// Given arguments of an std::pair's consructor, PairArgs() returns a pair of
+// Given arguments of an std::pair's constructor, PairArgs() returns a pair of
// tuples with references to the passed arguments. The tuples contain
// constructor arguments for the first and the second elements of the pair.
//