mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
drivers/mtd/mtd_progmem.c: Small typo fix.
This commit is contained in:
committed by
Gregory Nutt
parent
d86a9c6374
commit
4d59d6cbcc
@@ -61,13 +61,13 @@
|
||||
* CFGDIOC_GETCONFIG - Get a specified Config Data item.
|
||||
*
|
||||
* ioctl argument: Pointer to a config_data_s structure to receive the
|
||||
* config data. All fields of the strucure must be
|
||||
* config data. All fields of the structure must be
|
||||
* specified (i.e. id, instance, pointer and len).
|
||||
*
|
||||
* CFGDIOC_SETCONFIG - Set a specified Config Data Item
|
||||
*
|
||||
* ioctl argument: Pointer to a config_data_s structure to receive the
|
||||
* config data. All fields of the strucure must be
|
||||
* config data. All fields of the structure must be
|
||||
* specified (i.e. id, instance, pointer and len).
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user