summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-05-15 20:35:32 +0200
committerRichard Braun <rbraun@sceen.net>2013-05-15 20:35:32 +0200
commit810f27d4ded0123c4e2419446a653617f8e51ec9 (patch)
treefc0212920f10be744e031637e4e5a03d4b5ae5f7
parente1fa39fea47f9ff31299cf1d703dd78e3856db61 (diff)
x86/param: minor comment fix
-rw-r--r--arch/x86/machine/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/param.h b/arch/x86/machine/param.h
index 0a382732..41861398 100644
--- a/arch/x86/machine/param.h
+++ b/arch/x86/machine/param.h
@@ -48,7 +48,7 @@
* System timer frequency.
*
* The selected value of 200 translates to a period of 5ms, small enough to
- * provide low latency, and is practical as both a dividend or divisor.
+ * provide low latency, and is practical as both a dividend and divisor.
*/
#define HZ 200