summaryrefslogtreecommitdiff
path: root/common/usb_pd_tcpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usb_pd_tcpc.c')
-rw-r--r--common/usb_pd_tcpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_pd_tcpc.c b/common/usb_pd_tcpc.c
index 8620138a64..a9ce499dbc 100644
--- a/common/usb_pd_tcpc.c
+++ b/common/usb_pd_tcpc.c
@@ -418,7 +418,7 @@ static int send_validate_message(int port, uint16_t header,
* we have received a good packet
* but not the expected GoodCRC,
* the other side is trying to contact us,
- * bail out immediatly so we can get the retry.
+ * bail out immediately so we can get the retry.
*/
return PD_TX_ERR_INV_ACK;
}