aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/device/spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drivers/device/spi.h')
-rw-r--r--apps/drivers/device/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/device/spi.h b/apps/drivers/device/spi.h
index b2a111562..e8c8e2c5e 100644
--- a/apps/drivers/device/spi.h
+++ b/apps/drivers/device/spi.h
@@ -84,7 +84,7 @@ protected:
* If called from interrupt context, this interface does not lock
* the bus and may interfere with non-interrupt-context callers.
*
- * Clients in a mixed interrupt/non-interrupt configuration must
+ * Clients in a mixed interrupt/non-interrupt configuration must
* ensure appropriate interlocking.
*
* At least one of send or recv must be non-null.