mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 01:46:35 +00:00
docs/comments: fix some typos
Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
parent
fe5ca39a79
commit
3c327efd2f
7 changed files with 8 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue