Skip to content

Commit 435f472

Browse files
authored
underlyng->underlying
1 parent 4600c85 commit 435f472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mbed_critical.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern "C" {
3939
* This function can be called to determine whether or not interrupts are currently enabled.
4040
* @note
4141
* NOTE:
42-
* This function works for both cortex-A and cortex-M, although the underlyng implementation
42+
* This function works for both cortex-A and cortex-M, although the underlying implementation
4343
* differs.
4444
* @return true if interrupts are enabled, false otherwise
4545
*/
@@ -50,7 +50,7 @@ bool core_util_are_interrupts_enabled(void);
5050
* This function can be called to determine if the code is running on interrupt context.
5151
* @note
5252
* NOTE:
53-
* This function works for both cortex-A and cortex-M, although the underlyng implementation
53+
* This function works for both cortex-A and cortex-M, although the underlying implementation
5454
* differs.
5555
* @return true if in an isr, false otherwise
5656
*/

0 commit comments

Comments
 (0)