summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-28 15:18:28 +0000
committerpfg <pfg@FreeBSD.org>2016-04-28 15:18:28 +0000
commitf25e7961496587a7578238f609e041549e09e713 (patch)
treeb0376e6fe6582fdd25bb1f560ac719e357287f35 /sys/cam
parent559cef827872116cca48aeb3e7f80aa7b6f8af09 (diff)
downloadFreeBSD-src-f25e7961496587a7578238f609e041549e09e713.zip
FreeBSD-src-f25e7961496587a7578238f609e041549e09e713.tar.gz
Small typos.
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_all.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index 2b9d4b5..0bd56e0 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -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_id, char *id_str,
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;
OpenPOWER on IntegriCloud