From 56f3868e48e8de6d4de5ac6005a8082c5d07b5bd Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 29 Jun 2017 09:09:53 -0500 Subject: [PATCH] Corrected typo --- drivers/SPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);