diff options
author | Vertexwahn <julian.amann@tum.de> | 2023-05-02 20:13:10 +0200 |
---|---|---|
committer | Vertexwahn <julian.amann@tum.de> | 2023-05-02 20:24:15 +0200 |
commit | d60c3ac625461da89e198b8912bb0bda251ef980 (patch) | |
tree | d6bddb4fc448c4a223cfa860637ed9366ff2cf52 /absl/container/node_hash_map.h | |
parent | 3132b83a1a1c82df959e000057de27e1b8ff692d (diff) |
Fix spelling mistakes
Diffstat (limited to 'absl/container/node_hash_map.h')
-rw-r--r-- | absl/container/node_hash_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/node_hash_map.h b/absl/container/node_hash_map.h index 6868e63a..dc8d7d9a 100644 --- a/absl/container/node_hash_map.h +++ b/absl/container/node_hash_map.h @@ -404,7 +404,7 @@ class node_hash_map // for the past-the-end iterator, which is invalidated. // // `swap()` requires that the node hash map's hashing and key equivalence - // functions be Swappable, and are exchaged using unqualified calls to + // functions be Swappable, and are exchanged using unqualified calls to // non-member `swap()`. If the map's allocator has // `std::allocator_traits<allocator_type>::propagate_on_container_swap::value` // set to `true`, the allocators are also exchanged using an unqualified call |