diff options
-rw-r--r-- | arch/x86/machine/param.h | 2 |
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 |