summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2013-08-04 19:54:47 +0000
committerhiren <hiren@FreeBSD.org>2013-08-04 19:54:47 +0000
commit9674915e01e00df39ab4ad132db432b1251f73ec (patch)
tree3944ebc76a6b69738e24edbc513079185ab3bad2 /sys/dev
parent3da4e5b6934abda3c9ad204f3e815d41b360e03f (diff)
downloadFreeBSD-src-9674915e01e00df39ab4ad132db432b1251f73ec.zip
FreeBSD-src-9674915e01e00df39ab4ad132db432b1251f73ec.tar.gz
Fixing a typo.
Approved by: sbruno (mentor, implicit)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/iwn/if_iwn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
index e2d5eea..faf7ec6 100644
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -7489,7 +7489,7 @@ iwn_hw_reset(void *arg0, int pending)
#define COUNTOF(array) (sizeof(array) / sizeof(array[0]))
/*
- * Transate CSR code to string
+ * Translate CSR code to string
*/
static char *iwn_get_csr_string(int csr)
{
OpenPOWER on IntegriCloud