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;
 
     /**