aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiren Panchasara <hiren@FreeBSD.org>2013-08-04 19:54:47 +0000
committerHiren Panchasara <hiren@FreeBSD.org>2013-08-04 19:54:47 +0000
commitc29173eb946fee60ef5a08042c3f093f1e6b554a (patch)
tree3944ebc76a6b69738e24edbc513079185ab3bad2
parentc02f0567ced51da394bb5e3b9f0af089b0cec66a (diff)
downloadsrc-c29173eb946fee60ef5a08042c3f093f1e6b554a.tar.gz
src-c29173eb946fee60ef5a08042c3f093f1e6b554a.zip
Fixing a typo.
Approved by: sbruno (mentor, implicit)
Notes
Notes: svn path=/head/; revision=253937
-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 e2d5eea41252..faf7ec605b3b 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)
{