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

View File

@ -851,7 +851,7 @@ static int nand_ioctl(struct mtd_dev_s *dev, int cmd, unsigned long arg)
* driver instance.
*
* Returned Value:
* A non-NULL MTD driver intstance is returned on success. NULL is
* A non-NULL MTD driver instance is returned on success. NULL is
* returned on any failaure.
*
****************************************************************************/

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;

View File

@ -243,7 +243,7 @@ struct enc_driver_s
sq_queue_t txqueue; /* Enqueued descriptors waiting for transmission */
sq_queue_t rxqueue; /* Unhandled incoming packets waiting for reception */
/* This is the contained SPI driver intstance */
/* This is the contained SPI driver instance */
FAR struct spi_dev_s *spi;

View File

@ -97,7 +97,7 @@ extern "C"
* raw - Lower-half, raw NAND FLASH interface
*
* Returned Value:
* A non-NULL MTD driver intstance is returned on success. NULL is
* A non-NULL MTD driver instance is returned on success. NULL is
* returned on any failaure.
*
****************************************************************************/