summaryrefslogtreecommitdiff
path: root/absl/base/nullability.h
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2024-07-15 11:49:37 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2024-07-15 11:50:32 -0700
commit65ede0a387bb3aab32634e9e840b8b4955bc1e1c (patch)
tree277dfd584284434c1904bc7bae28d1ab67f4db0e /absl/base/nullability.h
parent646126a4e194d96de407a70f385a656744123116 (diff)
Remove unneeded 'be' from comment.
PiperOrigin-RevId: 652552642 Change-Id: Ic4e367531893714aa216624176a56f39a5f59144
Diffstat (limited to 'absl/base/nullability.h')
-rw-r--r--absl/base/nullability.h2
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.
//