Skip to content

Commit

Permalink
Fix typo in arch/x86/kernel/tsc_32.c
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Triplett <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
joshtriplett authored and AdrianBunk committed Oct 20, 2007
1 parent 582fe6f commit 9631512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/tsc_32.c
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ EXPORT_SYMBOL_GPL(check_tsc_unstable);
* And since SC is a constant power of two, we can convert the div
* into a shift.
*
* We can use khz divisor instead of mhz to keep a better percision, since
* We can use khz divisor instead of mhz to keep a better precision, since
* cyc2ns_scale is limited to 10^6 * 2^10, which fits in 32 bits.
* ([email protected])
*

0 comments on commit 9631512

Please sign in to comment.