We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03ac04 commit 70b60feCopy full SHA for 70b60fe
ports/renesas-ra/irq.h
@@ -100,8 +100,8 @@ static inline void restore_irq_pri(uint32_t state) {
100
//
101
// The default priority grouping is set to NVIC_PRIORITYGROUP_4 in the
102
// HAL_Init function. This corresponds to 4 bits for the priority field
103
-// and 0 bits for the sub-priority field (which means that for all intensive
104
-// purposes that the sub-priorities below are ignored).
+// and 0 bits for the sub-priority field (which means that for all intents
+// and purposes, the sub-priorities below are ignored).
105
106
// While a given interrupt is being processed, only higher priority (lower number)
107
// interrupts will preempt a given interrupt. If sub-priorities are active
0 commit comments