underlyng->underlying

pull/8455/head
Kevin Gilbert 2018-10-17 12:23:35 -05:00 committed by GitHub
parent 4600c85611
commit 435f4724e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ extern "C" {
* This function can be called to determine whether or not interrupts are currently enabled.
* @note
* NOTE:
* This function works for both cortex-A and cortex-M, although the underlyng implementation
* This function works for both cortex-A and cortex-M, although the underlying implementation
* differs.
* @return true if interrupts are enabled, false otherwise
*/
@ -50,7 +50,7 @@ bool core_util_are_interrupts_enabled(void);
* This function can be called to determine if the code is running on interrupt context.
* @note
* NOTE:
* This function works for both cortex-A and cortex-M, although the underlyng implementation
* This function works for both cortex-A and cortex-M, although the underlying implementation
* differs.
* @return true if in an isr, false otherwise
*/