diff options
author | billf <billf@FreeBSD.org> | 1999-09-27 02:13:38 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-09-27 02:13:38 +0000 |
commit | eee615bf9a35e47e4e5c6ff249b0e1c3c7e1d6d3 (patch) | |
tree | 1fceac4dbce6e42bfe69885a1b53e071a6de80c5 | |
parent | 15b7254d61c5fdd02e0d6897aa22a1fe5f543c1d (diff) | |
download | FreeBSD-src-eee615bf9a35e47e4e5c6ff249b0e1c3c7e1d6d3.zip FreeBSD-src-eee615bf9a35e47e4e5c6ff249b0e1c3c7e1d6d3.tar.gz |
Spell 'timecounter' correctly.
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 2 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0be57c2..2f1d1e1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1395,7 +1395,7 @@ device pca0 at isa? port IO_TIMER1 # 0x0020 Statclock is broken. # 0x0011 Limit APM protocol to 1.1 or 1.0 # 0x0010 Limit APM protocol to 1.0 -# If apm is omitted, some systems require sysctl -w kern.timcounter.method=1 +# If apm is omitted, some systems require sysctl -w kern.timecounter.method=1 # for correct timekeeping. # Notes on the spigot: diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 0be57c2..2f1d1e1 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -1395,7 +1395,7 @@ device pca0 at isa? port IO_TIMER1 # 0x0020 Statclock is broken. # 0x0011 Limit APM protocol to 1.1 or 1.0 # 0x0010 Limit APM protocol to 1.0 -# If apm is omitted, some systems require sysctl -w kern.timcounter.method=1 +# If apm is omitted, some systems require sysctl -w kern.timecounter.method=1 # for correct timekeeping. # Notes on the spigot: diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 0be57c2..2f1d1e1 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1395,7 +1395,7 @@ device pca0 at isa? port IO_TIMER1 # 0x0020 Statclock is broken. # 0x0011 Limit APM protocol to 1.1 or 1.0 # 0x0010 Limit APM protocol to 1.0 -# If apm is omitted, some systems require sysctl -w kern.timcounter.method=1 +# If apm is omitted, some systems require sysctl -w kern.timecounter.method=1 # for correct timekeeping. # Notes on the spigot: |