docs/comments: fix some typos

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
Yanfeng Liu 2024-01-15 10:21:09 +08:00 committed by archer
parent fe5ca39a79
commit 3c327efd2f
7 changed files with 8 additions and 8 deletions

View File

@ -202,8 +202,8 @@ mksyscall
---------
mksyscall is C program that is used used during the initial NuttX build
by the logic in the top-level ``syscall/``! directory. Information about the
by the logic in the top-level ``syscall/`` directory. Information about the
stubs and proxies is maintained in a comma separated value (CSV) file
in the ``syscall/`` directory. The mksyscall program will accept this CVS
in the ``syscall/`` directory. The mksyscall program will accept this CSV
file as input and generate all of the required proxy or stub files as
output. See ``Documentation/components/tools/`` for additional information.

View File

@ -33,7 +33,7 @@
****************************************************************************/
/* g_current_regs[] holds a references to the current interrupt level
* register storage structure. If is non-NULL only during interrupt
* register storage structure. It is non-NULL only during interrupt
* processing. Access to g_current_regs[] must be through the macro
* CURRENT_REGS for portability.
*/

View File

@ -51,7 +51,7 @@
****************************************************************************/
/* g_current_regs[] holds a references to the current interrupt level
* register storage structure. If is non-NULL only during interrupt
* register storage structure. It is non-NULL only during interrupt
* processing. Access to g_current_regs[] must be through the macro
* CURRENT_REGS for portability.
*/

View File

@ -34,7 +34,7 @@
****************************************************************************/
/* g_current_regs[] holds a references to the current interrupt level
* register storage structure. If is non-NULL only during interrupt
* register storage structure. It is non-NULL only during interrupt
* processing. Access to g_current_regs[] must be through the macro
* CURRENT_REGS for portability.
*/

View File

@ -33,7 +33,7 @@
****************************************************************************/
/* This holds a references to the current interrupt level register storage
* structure. If is non-NULL only during interrupt processing.
* structure. It is non-NULL only during interrupt processing.
*/
/* Actually a pointer to the beginning of a uint8_t array */

View File

@ -33,7 +33,7 @@
****************************************************************************/
/* This holds a references to the current interrupt level
* register storage structure. If is non-NULL only during
* register storage structure. It is non-NULL only during
* interrupt processing.
*/

View File

@ -34,7 +34,7 @@
****************************************************************************/
/* This holds a references to the current interrupt level register storage
* structure. If is non-NULL only during interrupt processing.
* structure. It is non-NULL only during interrupt processing.
*/
volatile FAR chipreg_t *g_current_regs;