Fix typo in the comment.

This commit is contained in:
raj 2010-11-11 13:46:28 +00:00
parent b34b9cfc12
commit c5bcf55d35
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ static struct timecounter decr_tc = {
};
/*
* Decrementor interrupt handler.
* Decrementer interrupt handler.
*/
void
decr_intr(struct trapframe *frame)

View File

@ -108,7 +108,7 @@ static struct timecounter decr_timecounter = {
};
/*
* Decrementor interrupt handler.
* Decrementer interrupt handler.
*/
void
decr_intr(struct trapframe *frame)