File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extern "C" {
39
39
* This function can be called to determine whether or not interrupts are currently enabled.
40
40
* @note
41
41
* 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
43
43
* differs.
44
44
* @return true if interrupts are enabled, false otherwise
45
45
*/
@@ -50,7 +50,7 @@ bool core_util_are_interrupts_enabled(void);
50
50
* This function can be called to determine if the code is running on interrupt context.
51
51
* @note
52
52
* 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
54
54
* differs.
55
55
* @return true if in an isr, false otherwise
56
56
*/
You can’t perform that action at this time.
0 commit comments