Skip to content

Commit cd9ee97

Browse files
committed
typo
1 parent c51bb51 commit cd9ee97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/pico_multicore/include/pico/multicore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ void multicore_lockout_victim_init(void);
452452
/*! \brief Stop the current core being able to be a "victim" of lockout (i.e. forced to pause in a known state by the other core)
453453
* \ingroup multicore_lockout
454454
*
455-
* This code unhooks the intercore FIFO IRQ, and the FIFO mayt be used for any other purpose after this.
455+
* This code unhooks the intercore FIFO IRQ, and the FIFO may be used for any other purpose after this.
456456
*/
457457
void multicore_lockout_victim_deinit(void);
458458

0 commit comments

Comments
 (0)