diff --git a/drivers/SPI.h b/drivers/SPI.h index 8fadd43076..108de58191 100644 --- a/drivers/SPI.h +++ b/drivers/SPI.h @@ -272,7 +272,7 @@ protected: int _hz; private: - /* Private acquire fucntion without locking/unlocking + /* Private acquire function without locking/unlocking * Implemented in order to avoid duplicate locking and boost performance */ void _acquire(void);