summaryrefslogtreecommitdiff
path: root/drivers/mailbox/mailbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mailbox/mailbox.h')
-rw-r--r--drivers/mailbox/mailbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/mailbox.h b/drivers/mailbox/mailbox.h
index 4e3cc4426513..046d6d258b32 100644
--- a/drivers/mailbox/mailbox.h
+++ b/drivers/mailbox/mailbox.h
@@ -5,6 +5,6 @@
#define TXDONE_BY_IRQ BIT(0) /* controller has remote RTR irq */
#define TXDONE_BY_POLL BIT(1) /* controller can read status of last TX */
-#define TXDONE_BY_ACK BIT(2) /* S/W ACK recevied by Client ticks the TX */
+#define TXDONE_BY_ACK BIT(2) /* S/W ACK received by Client ticks the TX */
#endif /* __MAILBOX_H */