diff options
author | Dino Radakovic <dinor@google.com> | 2022-04-22 12:08:16 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-04-22 12:09:03 -0700 |
commit | 4d751aa40a39e420d800d2964d5891c2431fa589 (patch) | |
tree | c90ab4bf39bd67b43e69ed0589130f0b9530bcbf /absl/time | |
parent | 731d4021ae94450c66627e71767c92f378065ae9 (diff) |
Fix typo in absl/time/time.h
PiperOrigin-RevId: 443726104
Change-Id: Ibd015472fe3e403c2da49bdeeb365ca9a817b8a5
Diffstat (limited to 'absl/time')
-rw-r--r-- | absl/time/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/time/time.h b/absl/time/time.h index 61fa159b..69d72208 100644 --- a/absl/time/time.h +++ b/absl/time/time.h @@ -579,7 +579,7 @@ bool ParseDuration(absl::string_view dur_string, Duration* d); // AbslParseFlag() // -// Parses a command-line flag string representation `text` into a a Duration +// Parses a command-line flag string representation `text` into a Duration // value. Duration flags must be specified in a format that is valid input for // `absl::ParseDuration()`. bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error); |