Skip to content

Commit

Permalink
Update sched/irq/irq_spinlock.c
Browse files Browse the repository at this point in the history
Co-authored-by: David Sidrane <[email protected]>
  • Loading branch information
TaiJuWu and davids5 authored Oct 14, 2023
1 parent 8a5eb53 commit d5d4891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sched/irq/irq_spinlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ void spin_unlock_irqrestore_wo_note(spinlock_t *lock, irqstate_t flags)
*
* Description:
* If SMP is are enabled:
* If the argument lock is not specified (i.e. NULL), disable local
* If the 'lock' argument is not specified (i.e. NULL), disable local
* interrupts and take the global read write spinlock (g_irq_rw_spin)
* and increase g_irq_rw_spin.
*
Expand Down

0 comments on commit d5d4891

Please sign in to comment.