typo: fix type for word "instance"

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2021-12-14 13:11:41 +02:00
committed by Xiang Xiao
parent 12b3491208
commit 3b3cebdd3e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ struct enc_driver_s
struct work_s towork; /* Tx timeout work queue support */
struct work_s pollwork; /* Poll timeout work queue support */
/* This is the contained SPI driver intstance */
/* This is the contained SPI driver instance */
FAR struct spi_dev_s *spi;