Skip to content

Commit

Permalink
underlyng->underlying
Browse files Browse the repository at this point in the history
  • Loading branch information
kegilbert committed Oct 17, 2018
1 parent 4600c85 commit 435f472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/mbed_critical.h
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit 435f472

Please sign in to comment.