Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2013 19:54:48 +0000 (UTC)
From:      Hiren Panchasara <hiren@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253937 - head/sys/dev/iwn
Message-ID:  <201308041954.r74JsmST075041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308041954.r74JsmST075041>