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 @@ -6346,7 +6346,7 @@ static inline void k_cpu_atomic_idle(unsigned int key)
6346
6346
* This should be called when a thread has encountered an unrecoverable
6347
6347
* runtime condition and needs to terminate. What this ultimately
6348
6348
* means is determined by the _fatal_error_handler() implementation, which
6349
- * will be called will reason code K_ERR_KERNEL_OOPS.
6349
+ * will be called with reason code K_ERR_KERNEL_OOPS.
6350
6350
*
6351
6351
* If this is called from ISR context, the default system fatal error handler
6352
6352
* will treat it as an unrecoverable system error, just like k_panic().
@@ -6359,7 +6359,7 @@ static inline void k_cpu_atomic_idle(unsigned int key)
6359
6359
* This should be called when the Zephyr kernel has encountered an
6360
6360
* unrecoverable runtime condition and needs to terminate. What this ultimately
6361
6361
* means is determined by the _fatal_error_handler() implementation, which
6362
- * will be called will reason code K_ERR_KERNEL_PANIC.
6362
+ * will be called with reason code K_ERR_KERNEL_PANIC.
6363
6363
*/
6364
6364
#define k_panic () z_except_reason(K_ERR_KERNEL_PANIC)
6365
6365
You can’t perform that action at this time.
0 commit comments