Trivial update to some comments.

This commit is contained in:
Gregory Nutt 2018-06-22 07:53:34 -06:00
parent 82ff00fabf
commit 579d1b898b
2 changed files with 4 additions and 4 deletions

View File

@ -151,8 +151,8 @@
* Name: up_intstack_base
*
* Description:
* Return a pointer to the "base" the correct interrupt stack for the
* current CPU.
* Return a pointer to the "base" the correct interrupt stack allocation
* for the current CPU.
*
****************************************************************************/

View File

@ -135,8 +135,8 @@ extern "C"
* Name: up_intstack_base
*
* Description:
* Set the current stack pointer to the "top" the correct interrupt stack
* for the current CPU.
* Set the current stack pointer to the "base" the correct interrupt stack
* allocation for the current CPU.
*
****************************************************************************/