We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd75cb4 commit b86d574Copy full SHA for b86d574
absl/log/internal/log_impl.h
@@ -42,7 +42,7 @@
42
ABSL_LOGGING_INTERNAL_DLOG##severity.InternalStream()
43
#endif
44
45
-// The `switch` ensures that this expansion is the begnning of a statement (as
+// The `switch` ensures that this expansion is the beginning of a statement (as
46
// opposed to an expression). The use of both `case 0` and `default` is to
47
// suppress a compiler warning.
48
#define ABSL_LOG_INTERNAL_VLOG_IMPL(verbose_level) \
0 commit comments