diff options
author | Copybara-Service <copybara-worker@google.com> | 2023-04-25 13:58:06 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-04-25 13:58:06 -0700 |
commit | 8518869eb9a8ef098a9dd7780b9e55d5b43b5873 (patch) | |
tree | d102fdc769f74ec29208285ab3f509230eaa50e4 /absl/container/node_hash_set.h | |
parent | 4ffaea74c1f5408e0757547a1ca0518ad43fa9f1 (diff) | |
parent | 421a74dce4c6f768bfcca94ba62b65ded1d50f7c (diff) |
Merge pull request #1434 from Vertexwahn:fix-spelling
PiperOrigin-RevId: 527066823
Change-Id: Ifa1e9a43c7490b34f9f4dbfa12d3acbed6b49777
Diffstat (limited to 'absl/container/node_hash_set.h')
-rw-r--r-- | absl/container/node_hash_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/node_hash_set.h b/absl/container/node_hash_set.h index f2cc70c3..905a93d8 100644 --- a/absl/container/node_hash_set.h +++ b/absl/container/node_hash_set.h @@ -334,7 +334,7 @@ class node_hash_set // for the past-the-end iterator, which is invalidated. // // `swap()` requires that the node hash set'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 set'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 |