Remove unneeded 'be' from comment.
PiperOrigin-RevId: 652552642
Change-Id: Ic4e367531893714aa216624176a56f39a5f59144
diff --git a/absl/base/nullability.h b/absl/base/nullability.h
index 39e9b1c..34dc083 100644
--- a/absl/base/nullability.h
+++ b/absl/base/nullability.h
@@ -167,7 +167,7 @@
// 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.
//