svn commit: r253937 - head/sys/dev/iwn

Hiren Panchasara hiren at FreeBSD.org
Sun Aug 4 19:54:48 UTC 2013


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)
 {


More information about the svn-src-all mailing list