Fix typo in the comment.
This commit is contained in:
parent
b34b9cfc12
commit
c5bcf55d35
@ -105,7 +105,7 @@ static struct timecounter decr_tc = {
|
||||
};
|
||||
|
||||
/*
|
||||
* Decrementor interrupt handler.
|
||||
* Decrementer interrupt handler.
|
||||
*/
|
||||
void
|
||||
decr_intr(struct trapframe *frame)
|
||||
|
@ -108,7 +108,7 @@ static struct timecounter decr_timecounter = {
|
||||
};
|
||||
|
||||
/*
|
||||
* Decrementor interrupt handler.
|
||||
* Decrementer interrupt handler.
|
||||
*/
|
||||
void
|
||||
decr_intr(struct trapframe *frame)
|
||||
|
Loading…
Reference in New Issue
Block a user