diff --git a/gpiozero/spi_devices.py b/gpiozero/spi_devices.py index ab185d21..3f01cad4 100644 --- a/gpiozero/spi_devices.py +++ b/gpiozero/spi_devices.py @@ -294,7 +294,7 @@ def _send(self): # the result with the final byte of output. A start "1" bit is then # transmitted, followed by the single/differential bit (M); 1 for # single-ended read, 0 for differential read. Next comes a single bit - # for channel (M) then the MSBF bit (L) which selects whether the data + # for channel (C) then the MSBF bit (L) which selects whether the data # will be read out in MSB form only (1) or whether LSB read-out will # occur after MSB read-out (0). #