diff options
author | Abseil Team <absl-team@google.com> | 2023-10-06 06:35:48 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-10-06 06:36:28 -0700 |
commit | 4176cd2571dfd54dd3c27f0fc0edc138a6a8be05 (patch) | |
tree | 349d0e5897e1d54fdd7672c8b3679ffa3cfdbb59 /absl/container/internal/raw_hash_set.h | |
parent | 9c2582eaee3dd785da65e71b04fd8036c8ee79ac (diff) |
Correct the grammar of an IWYU pragma.
PiperOrigin-RevId: 571322393
Change-Id: I0e227b0075d3133ee28c8f766a1be7872c101176
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 16719730..ad6e290a 100644 --- a/absl/container/internal/raw_hash_set.h +++ b/absl/container/internal/raw_hash_set.h @@ -200,7 +200,7 @@ #include "absl/base/options.h" #include "absl/base/port.h" #include "absl/base/prefetch.h" -#include "absl/container/internal/common.h" // IWYU pragma: export (for node_handle) +#include "absl/container/internal/common.h" // IWYU pragma: export // for node_handle #include "absl/container/internal/compressed_tuple.h" #include "absl/container/internal/container_memory.h" #include "absl/container/internal/hash_policy_traits.h" |