diff options
-rw-r--r-- | absl/base/nullability.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/nullability.h b/absl/base/nullability.h index 39e9b1cc..34dc083a 100644 --- a/absl/base/nullability.h +++ b/absl/base/nullability.h @@ -167,7 +167,7 @@ ABSL_NAMESPACE_BEGIN // absl::Nonnull // // The indicated pointer is never null. It is the responsibility of the provider -// of this pointer across an API boundary to ensure that the pointer is never be +// of this pointer across an API boundary to ensure that the pointer is never // set to null. Consumers of this pointer across an API boundary may safely // dereference the pointer. // |