diff options
author | brucec <brucec@FreeBSD.org> | 2011-02-23 09:22:33 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2011-02-23 09:22:33 +0000 |
commit | 4a353c54fd50cc1f3c96120b018c49874880504f (patch) | |
tree | 85bb88826874fdc9f92823b778817c385497da0d /sys/x86/isa/clock.c | |
parent | 052c656f36fbc1244cdecb2eacfb30a36c666a89 (diff) | |
download | FreeBSD-src-4a353c54fd50cc1f3c96120b018c49874880504f.zip FreeBSD-src-4a353c54fd50cc1f3c96120b018c49874880504f.tar.gz |
Fix typos - remove duplicate "is".
PR: docs/154934
Submitted by: Eitan Adler <lists at eitanadler.com>
MFC after: 3 days
Diffstat (limited to 'sys/x86/isa/clock.c')
-rw-r--r-- | sys/x86/isa/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/isa/clock.c b/sys/x86/isa/clock.c index 5e917c1..13698ef 100644 --- a/sys/x86/isa/clock.c +++ b/sys/x86/isa/clock.c @@ -475,7 +475,7 @@ sysctl_machdep_i8254_freq(SYSCTL_HANDLER_ARGS) /* * Use `i8254' instead of `timer' in external names because `timer' - * is is too generic. Should use it everywhere. + * is too generic. Should use it everywhere. */ freq = i8254_freq; error = sysctl_handle_int(oidp, &freq, 0, req); |