diff options
author | Gennadiy Rozental <rogeeff@google.com> | 2022-08-31 10:32:11 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-08-31 10:32:59 -0700 |
commit | 78f885642a9458100274cac89aff1d12a1897b53 (patch) | |
tree | 65e2b22b17f6b51dd99ceaeee645999d3df79502 /absl/flags | |
parent | 37c5c2e5cc51db1bfb4a5d2f2c5494a394d80e56 (diff) |
Typo fix
PiperOrigin-RevId: 471290034
Change-Id: If5bbb990c302827c656c6437e6932221261d1319
Diffstat (limited to 'absl/flags')
-rw-r--r-- | absl/flags/marshalling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/marshalling.h b/absl/flags/marshalling.h index b1e2ffa5..325e75e5 100644 --- a/absl/flags/marshalling.h +++ b/absl/flags/marshalling.h @@ -86,7 +86,7 @@ // } // // Using an optional flag in this manner avoids common workarounds for -// indicating such an unset flag (such as using sentinal values to indicate this +// indicating such an unset flag (such as using sentinel values to indicate this // state). // // An optional flag also allows a developer to pass a flag in an "unset" |