Skip to content

Commit b86d574

Browse files
Gregory Patakycopybara-github
authored andcommitted
Small type fix in absl/log/internal/log_impl.h
PiperOrigin-RevId: 652291236 Change-Id: If590aaec354cb4b3f3ccbf91d1d05e75eb1c4c4c
1 parent cd75cb4 commit b86d574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/log/internal/log_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
ABSL_LOGGING_INTERNAL_DLOG##severity.InternalStream()
4343
#endif
4444

45-
// The `switch` ensures that this expansion is the begnning of a statement (as
45+
// The `switch` ensures that this expansion is the beginning of a statement (as
4646
// opposed to an expression). The use of both `case 0` and `default` is to
4747
// suppress a compiler warning.
4848
#define ABSL_LOG_INTERNAL_VLOG_IMPL(verbose_level) \

0 commit comments

Comments
 (0)