mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
typo: fix type for word "instance"
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
12b3491208
commit
3b3cebdd3e
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user