Skip to content

Commit 65ede0a

Browse files
Abseil Teamcopybara-github
Abseil Team
authored andcommitted
Remove unneeded 'be' from comment.
PiperOrigin-RevId: 652552642 Change-Id: Ic4e367531893714aa216624176a56f39a5f59144
1 parent 646126a commit 65ede0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/base/nullability.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ABSL_NAMESPACE_BEGIN
167167
// absl::Nonnull
168168
//
169169
// The indicated pointer is never null. It is the responsibility of the provider
170-
// of this pointer across an API boundary to ensure that the pointer is never be
170+
// of this pointer across an API boundary to ensure that the pointer is never
171171
// set to null. Consumers of this pointer across an API boundary may safely
172172
// dereference the pointer.
173173
//

0 commit comments

Comments
 (0)