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/cx | |
| parent | 88d3b17273cbd6223e89e8f574ef43aef59be90d (diff) | |
Notes
Diffstat (limited to 'sys/dev/cx')
| -rw-r--r-- | sys/dev/cx/if_cx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c index b75f23b9308aa..34ccd5acd2517 100644 --- a/sys/dev/cx/if_cx.c +++ b/sys/dev/cx/if_cx.c @@ -358,7 +358,7 @@ static void cx_led_off (void *arg) } /* - * Activate interupt handler from DDK. + * Activate interrupt handler from DDK. */ static void cx_intr (void *arg) { |
