diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2008-07-28 15:49:26 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2008-07-28 15:49:26 +0000 |
| commit | 788c6e2e0d88e7287b3de1ada339669326e3b4a0 (patch) | |
| tree | f9a36b9fd49dfa8c9277334249e1da79c1ba4bab /sys/dev/ctau | |
| parent | 3f981b77fa43a0eca4a2113444b788d578be46bd (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) { |
