diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2007-10-12 06:03:46 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-10-12 06:03:46 +0000 |
| commit | 976b010645ac346df4ca903f7d880be7a2216f46 (patch) | |
| tree | 5d1c0175e9c89b84168bf6dffe130b9dd7ffb477 /sys/dev/ctau | |
| parent | 88d3b17273cbd6223e89e8f574ef43aef59be90d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ctau')
| -rw-r--r-- | sys/dev/ctau/if_ct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c index 3769419d3cfb..25e927a94c88 100644 --- a/sys/dev/ctau/if_ct.c +++ b/sys/dev/ctau/if_ct.c @@ -272,7 +272,7 @@ static void ct_led_off (void *arg) } /* - * Activate interupt handler from DDK. + * Activate interrupt handler from DDK. */ static void ct_intr (void *arg) { |
