diff options
author | john stultz <johnstul@us.ibm.com> | 2009-05-11 21:13:13 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-12 04:35:15 -0400 |
commit | e13cf6e04ebc231653e03ebde4799dc55bf62849 (patch) | |
tree | 405c0f55e39ee1d650ca51220a09f5bc29271d54 | |
parent | 22cfbbfd9f67b67fe073010f51cb71d3632387d5 (diff) |
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 <bernhard@schiffner-limbach.de>
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: riel@redhat.com
Cc: akpm@linux-foundation.org
LKML-Reference: <1242090794.7214.131.camel@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | include/linux/timex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/timex.h b/include/linux/timex.h index 0daf9611ef4f..9910e3bd5b31 100644 --- a/include/linux/timex.h +++ b/include/linux/timex.h | |||
@@ -179,7 +179,7 @@ struct timex { | |||
179 | * NTP convergence time. A higher value makes it stiffer, increasing | 179 | * NTP convergence time. A higher value makes it stiffer, increasing |
180 | * convergence time, but making the clock more stable. | 180 | * convergence time, but making the clock more stable. |
181 | * | 181 | * |
182 | * In David Mills' nanokenrel reference implmentation SHIFT_PLL is 4. | 182 | * In David Mills' nanokernel reference implementation SHIFT_PLL is 4. |
183 | * However this seems to increase convergence time much too long. | 183 | * However this seems to increase convergence time much too long. |
184 | * | 184 | * |
185 | * https://lists.ntp.org/pipermail/hackers/2008-January/003487.html | 185 | * https://lists.ntp.org/pipermail/hackers/2008-January/003487.html |
@@ -196,7 +196,7 @@ struct timex { | |||
196 | * | 196 | * |
197 | * SHIFT_FLL is used as a dampening factor to define how much we | 197 | * SHIFT_FLL is used as a dampening factor to define how much we |
198 | * adjust the frequency correction for a given offset in FLL mode. | 198 | * 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. |
200 | * | 200 | * |
201 | * MAXTC establishes the maximum time constant of the PLL. | 201 | * MAXTC establishes the maximum time constant of the PLL. |
202 | */ | 202 | */ |