svn commit: r298745 - head/sys/cam/scsi

Pedro F. Giffuni pfg at FreeBSD.org
Thu Apr 28 15:18:29 UTC 2016


Author: pfg
Date: Thu Apr 28 15:18:28 2016
New Revision: 298745
URL: https://svnweb.freebsd.org/changeset/base/298745

Log:
  Small typos.

Modified:
  head/sys/cam/scsi/scsi_all.c

Modified: head/sys/cam/scsi/scsi_all.c
==============================================================================
--- head/sys/cam/scsi/scsi_all.c	Thu Apr 28 15:13:50 2016	(r298744)
+++ head/sys/cam/scsi/scsi_all.c	Thu Apr 28 15:18:28 2016	(r298745)
@@ -5505,7 +5505,7 @@ scsi_calc_syncsrate(u_int period_factor)
 }
 
 /*
- * Return the SCSI sync parameter that corresponsd to
+ * Return the SCSI sync parameter that corresponds to
  * the passed in period in 10ths of ns.
  */
 u_int
@@ -5956,7 +5956,7 @@ scsi_parse_transportid_64bit(int proto_i
 		break;
 	default:
 		if (error_str != NULL) {
-			snprintf(error_str, error_str_len, "%s: unsupoprted "
+			snprintf(error_str, error_str_len, "%s: unsupported "
 				 "protocol %d", __func__, proto_id);
 		}
 		retval = 1;


More information about the svn-src-head mailing list