summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2002-06-19 20:44:48 +0000
committerrobert <robert@FreeBSD.org>2002-06-19 20:44:48 +0000
commit237e4756df3eec1c88b2b529046ab8cf436d18a6 (patch)
tree9349a9fd42762ca22b803f7fae22d683426f664e /sys
parent3dfd2c1e9b0877cb64cfd4327206e7d0c4a24337 (diff)
downloadFreeBSD-src-237e4756df3eec1c88b2b529046ab8cf436d18a6.zip
FreeBSD-src-237e4756df3eec1c88b2b529046ab8cf436d18a6.tar.gz
Correct spelling of 'supplied'.
PR: misc/39528
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/scsi/scsi_sa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c
index cf8bde4..5d5a56c 100644
--- a/sys/cam/scsi/scsi_sa.c
+++ b/sys/cam/scsi/scsi_sa.c
@@ -2298,7 +2298,7 @@ static int
saerror(union ccb *ccb, u_int32_t cflgs, u_int32_t sflgs)
{
static const char *toobig =
- "%d-byte tape record bigger than suplied buffer\n";
+ "%d-byte tape record bigger than supplied buffer\n";
struct cam_periph *periph;
struct sa_softc *softc;
struct ccb_scsiio *csio;
OpenPOWER on IntegriCloud