commit | 983c890fb8e0bdebfce2a4d372afa63c8b719318 | [log] [tgz] |
---|---|---|
author | Vova Sharaienko <sharaienko@google.com> | Wed Oct 11 23:16:46 2023 +0000 |
committer | Vova Sharaienko <sharaienko@google.com> | Wed Oct 11 23:16:46 2023 +0000 |
tree | d24ce04fae6d6f8b3deff1b24d1b4e282ffe9c00 | |
parent | 0a272873d8c9344c6edf6065913b15f0a54cc0e8 [diff] |
Typo fix in the StatsSocketLossReported comments Bug: 296900300 Test: manual Change-Id: I4bffd7b7553a00be4b9d7a034c8906f58c16bf65
diff --git a/stats/atoms/statsd/statsd_extension_atoms.proto b/stats/atoms/statsd/statsd_extension_atoms.proto index 9413224..dd5e91d 100644 --- a/stats/atoms/statsd/statsd_extension_atoms.proto +++ b/stats/atoms/statsd/statsd_extension_atoms.proto
@@ -110,7 +110,7 @@ /* denotes timestamp when last socket loss event detected */ optional int64 last_timestamp_nanos = 3; - /* represents number of times loss info container hits guarrail */ + /* represents number of times loss info container hits guardrail */ optional int32 overflow_count = 4; /**