diff options
author | Bradley C. Kuszmaul <kuszmaul@gmail.com> | 2023-05-30 10:01:56 -0400 |
---|---|---|
committer | Bradley C. Kuszmaul <kuszmaul@gmail.com> | 2023-05-30 10:02:25 -0400 |
commit | 75fb27c5d385ed7aed36e5fd26fa7d6b6200e389 (patch) | |
tree | 3dbc18a25de502a656a9500904dcb88fc7c3c9fd /absl/container/internal/raw_hash_set.h | |
parent | f39f340c589354db8ab2f07894894f23c9ea3ae6 (diff) |
Typo gardening
Diffstat (limited to 'absl/container/internal/raw_hash_set.h')
-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 df7ff793..21b161b3 100644 --- a/absl/container/internal/raw_hash_set.h +++ b/absl/container/internal/raw_hash_set.h @@ -961,7 +961,7 @@ class CommonFields : public CommonFieldsGenerationInfo { compressed_tuple_{0u, HashtablezInfoHandle{}}; }; -// Returns he number of "cloned control bytes". +// Returns the number of "cloned control bytes". // // This is the number of control bytes that are present both at the beginning // of the control byte array and at the end, such that we can create a |