mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
Run codespell -w with the latest dictonary again
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
#ifdef NSH_HAVE_MEMCMDS
|
||||
struct dbgmem_s
|
||||
{
|
||||
bool dm_write; /* true: perfrom write operation */
|
||||
bool dm_write; /* true: perform write operation */
|
||||
FAR void *dm_addr; /* Address to access */
|
||||
uint32_t dm_value; /* Value to write */
|
||||
unsigned int dm_count; /* The number of bytes to access */
|
||||
|
Reference in New Issue
Block a user