summaryrefslogtreecommitdiff
path: root/chip/g/usb_spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/usb_spi.h')
-rw-r--r--chip/g/usb_spi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/g/usb_spi.h b/chip/g/usb_spi.h
index 6aa6c203ea..c1dfad519c 100644
--- a/chip/g/usb_spi.h
+++ b/chip/g/usb_spi.h
@@ -110,7 +110,7 @@ struct usb_spi_config {
struct usb_spi_state *state;
/*
- * Interface and endpoint indicies.
+ * Interface and endpoint indices.
*/
int interface;
int endpoint;
@@ -123,7 +123,7 @@ struct usb_spi_config {
/*
- * Pointer to tx and rx queus and bounce buffer.
+ * Pointer to tx and rx queues and bounce buffer.
*/
uint8_t *buffer;
struct consumer const consumer;