Author: hiren Date: Sun Aug 4 19:54:47 2013 New Revision: 253937 URL: http://svnweb.freebsd.org/changeset/base/253937
Log: Fixing a typo. Approved by: sbruno (mentor, implicit) Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c ============================================================================== --- head/sys/dev/iwn/if_iwn.c Sun Aug 4 19:36:46 2013 (r253936) +++ head/sys/dev/iwn/if_iwn.c Sun Aug 4 19:54:47 2013 (r253937) @@ -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) { _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"