From 65ede0a387bb3aab32634e9e840b8b4955bc1e1c Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 15 Jul 2024 11:49:37 -0700 Subject: Remove unneeded 'be' from comment. PiperOrigin-RevId: 652552642 Change-Id: Ic4e367531893714aa216624176a56f39a5f59144 --- absl/base/nullability.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. // -- cgit v1.2.3