diff options
| author | wiz <wiz@NetBSD.org> | 2001-06-18 11:23:00 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-06-18 11:23:00 +0000 |
| commit | ccfe29f3cf07fc1d75e6e7e3585aade6a6149210 (patch) | |
| tree | 28919b7b77c1850268dc6666e7a91ba7ffe3178b /sys/arch/atari/dev/clock.c | |
| parent | 6a56b422c8b17a5975e8b200c5e2fc8da9c03cdd (diff) | |
Symmetric has one s and two m's.
Diffstat (limited to 'sys/arch/atari/dev/clock.c')
| -rw-r--r-- | sys/arch/atari/dev/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/dev/clock.c b/sys/arch/atari/dev/clock.c index edc998ce7f5..a6ecb93ea97 100644 --- a/sys/arch/atari/dev/clock.c +++ b/sys/arch/atari/dev/clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.25 2001/04/24 06:26:48 leo Exp $ */ +/* $NetBSD: clock.c,v 1.26 2001/06/18 11:23:00 wiz Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -115,7 +115,7 @@ static int divisor; /* Systemclock divisor */ * be a power of 2. Since this gives us an even number, not an odd number, * we discard one case and compensate. That is, a variance of 64 would * give us offsets in [0..63]. Instead, we take offsets in [1..63]. - * This is symetric around the point 32, or statvar/2, and thus averages + * This is symmetric around the point 32, or statvar/2, and thus averages * to that value (assuming uniform random numbers). */ #ifdef STATCLOCK |
