[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1186763101.2713.1.camel@josh-work.beaverton.ibm.com>
Date: Fri, 10 Aug 2007 09:25:01 -0700
From: Josh Triplett <josht@...ux.vnet.ibm.com>
To: trivial@...nel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Fix typo in arch/i386/kernel/tsc.c
Signed-off-by: Josh Triplett <josh@...nel.org>
---
arch/i386/kernel/tsc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/i386/kernel/tsc.c b/arch/i386/kernel/tsc.c
index debd7db..8a58d30 100644
--- a/arch/i386/kernel/tsc.c
+++ b/arch/i386/kernel/tsc.c
@@ -80,7 +80,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.
* (mathieu.desnoyers@...ymtl.ca)
*
--
1.5.2.1
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists