Skip to content

Commit

Permalink
Fix typo: begnning -> beginning
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592337948
Change-Id: I373943b8daf28781e063b302fc916ca5644e8fe1
  • Loading branch information
Abseil Team authored and copybara-github committed Dec 19, 2023
1 parent 6d17d4b commit 5afcd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/log/internal/conditions.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// (dangling else, missing switch case) and preserving noreturn semantics (e.g.
// on `LOG(FATAL)`) without requiring braces.
//
// 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
// opposed to an expression) and prevents shenanigans like
// `AFunction(LOG(INFO))` and `decltype(LOG(INFO))`. The apparently-redundant
// `default` case makes the condition more amenable to Clang dataflow analysis.
Expand Down

0 comments on commit 5afcd80

Please sign in to comment.