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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to