Fix a small typo in a comment in calcru1().
The word "happene" should read "happened". Submitted by: Jille Timmermans <jille quis cx>
This commit is contained in:
parent
7c77eeb816
commit
c27991e819
@ -892,7 +892,7 @@ calcru1(struct proc *p, struct rusage_ext *ruxp, struct timeval *up,
|
|||||||
tu = ruxp->rux_tu;
|
tu = ruxp->rux_tu;
|
||||||
} else { /* tu < ruxp->rux_tu */
|
} else { /* tu < ruxp->rux_tu */
|
||||||
/*
|
/*
|
||||||
* What happene here was likely that a laptop, which ran at
|
* What happened here was likely that a laptop, which ran at
|
||||||
* a reduced clock frequency at boot, kicked into high gear.
|
* a reduced clock frequency at boot, kicked into high gear.
|
||||||
* The wisdom of spamming this message in that case is
|
* The wisdom of spamming this message in that case is
|
||||||
* dubious, but it might also be indicative of something
|
* dubious, but it might also be indicative of something
|
||||||
|
Loading…
x
Reference in New Issue
Block a user