diff options
author | Nao YONASHIRO <owan.orisano@gmail.com> | 2019-10-30T15·01+0900 |
---|---|---|
committer | vslashg <gfalcon@google.com> | 2019-10-30T15·01-0400 |
commit | 39d68a422a2c08bc7bea56487aded3da8cbf0a19 (patch) | |
tree | 2b1c0655c3bf727af8966e2d0d6f5ffc4e7ac1b3 | |
parent | 078b89b3c046d230ef3ad39494e5852184eb528b (diff) |
docs: fix typo (#397)
-rw-r--r-- | absl/container/internal/raw_hash_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/internal/raw_hash_set.h b/absl/container/internal/raw_hash_set.h index 9992ba4b8ac0..9079a73e52a6 100644 --- a/absl/container/internal/raw_hash_set.h +++ b/absl/container/internal/raw_hash_set.h @@ -668,7 +668,7 @@ class raw_hash_set { } ctrl_t* ctrl_ = nullptr; - // To avoid uninitialized member warnigs, put slot_ in an anonymous union. + // To avoid uninitialized member warnings, put slot_ in an anonymous union. // The member is not initialized on singleton and end iterators. union { slot_type* slot_; |