svn commit: r220950 - head/sys/dev/sym

Marius Strobl marius at FreeBSD.org
Fri Apr 22 12:46:40 UTC 2011


Author: marius
Date: Fri Apr 22 12:46:39 2011
New Revision: 220950
URL: http://svn.freebsd.org/changeset/base/220950

Log:
  More spelling fixes.
  
  Submitted by:	N.J. Mann

Modified:
  head/sys/dev/sym/sym_fw1.h
  head/sys/dev/sym/sym_fw2.h

Modified: head/sys/dev/sym/sym_fw1.h
==============================================================================
--- head/sys/dev/sym/sym_fw1.h	Fri Apr 22 12:42:41 2011	(r220949)
+++ head/sys/dev/sym/sym_fw1.h	Fri Apr 22 12:46:39 2011	(r220950)
@@ -1027,7 +1027,7 @@ static const struct SYM_FWA_SCR SYM_FWA_
 	 *  It shall be a tagged command.
 	 *  Read SIMPLE+TAG.
 	 *  The C code will deal with errors.
-	 *  Aggressive optimization, is'nt it? :)
+	 *  Aggressive optimization, isn't it? :)
 	 */
 	SCR_MOVE_ABS (2) ^ SCR_MSG_IN,
 		HADDR_1 (msgin),

Modified: head/sys/dev/sym/sym_fw2.h
==============================================================================
--- head/sys/dev/sym/sym_fw2.h	Fri Apr 22 12:42:41 2011	(r220949)
+++ head/sys/dev/sym/sym_fw2.h	Fri Apr 22 12:46:39 2011	(r220950)
@@ -945,7 +945,7 @@ static const struct SYM_FWA_SCR SYM_FWA_
 	 *  It shall be a tagged command.
 	 *  Read SIMPLE+TAG.
 	 *  The C code will deal with errors.
-	 *  Aggressive optimization, is'nt it? :)
+	 *  Aggressive optimization, isn't it? :)
 	 */
 	SCR_MOVE_ABS (2) ^ SCR_MSG_IN,
 		HADDR_1 (msgin),


More information about the svn-src-head mailing list