Skip to content

Commit e13cf6e

Browse files
john stultzIngo Molnar
authored andcommitted
ntp: fix comment typos
Bernhard Schiffner noticed I had a few comment typos in this patch, (note: to save embarrassment, when making typos, avoid copying and pasting them) so this patch corrects them. [ Impact: cleanup ] Reported-by: Bernhard Schiffner <[email protected]> Signed-off-by: John Stultz <[email protected]> Cc: [email protected] Cc: [email protected] LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
1 parent 22cfbbf commit e13cf6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/timex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ struct timex {
179179
* NTP convergence time. A higher value makes it stiffer, increasing
180180
* convergence time, but making the clock more stable.
181181
*
182-
* In David Mills' nanokenrel reference implmentation SHIFT_PLL is 4.
182+
* In David Mills' nanokernel reference implementation SHIFT_PLL is 4.
183183
* However this seems to increase convergence time much too long.
184184
*
185185
* https://lists.ntp.org/pipermail/hackers/2008-January/003487.html
@@ -196,7 +196,7 @@ struct timex {
196196
*
197197
* SHIFT_FLL is used as a dampening factor to define how much we
198198
* adjust the frequency correction for a given offset in FLL mode.
199-
* In David Mills' nanokenrel reference implmentation SHIFT_PLL is 2.
199+
* In David Mills' nanokernel reference implementation SHIFT_FLL is 2.
200200
*
201201
* MAXTC establishes the maximum time constant of the PLL.
202202
*/

0 commit comments

Comments
 (0)