aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@google.com>2020-04-09 14:13:14 -0700
committerRandall Spangler <rspangler@google.com>2020-04-09 14:13:14 -0700
commit022e114d77e258784369146e403e292ffb0aaaf6 (patch)
treeeb06fd0246849c48cf186d1c40a24c2c680feadf
parent99398a07ea8206606fbe509693799fd9f6c5119a (diff)
downloadgeneric-022e114d77e258784369146e403e292ffb0aaaf6.tar.gz
application.h: Fix typo in comment
No code changes. Bug: None Test: make Signed-off-by: Randall Spangler <rspangler@google.com> Change-Id: If0a8872f1305f7dfc6ad971a548eb82256996d60
-rw-r--r--nugget/include/application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nugget/include/application.h b/nugget/include/application.h
index 2167925..505dc1b 100644
--- a/nugget/include/application.h
+++ b/nugget/include/application.h
@@ -242,7 +242,7 @@ struct transport_status {
/* Flags used in the status message */
#define STATUS_FLAG_WORKING 0x0001 /* added in v1 */
-/* Pre-calculated CRCs for different status responses set by in the interrupt
+/* Pre-calculated CRCs for different status responses set in the interrupt
* context where the CRC would otherwise not be calculated. */
#define STATUS_CRC_FOR_IDLE 0x54c1
#define STATUS_CRC_FOR_WORKING 0x2101