summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2008-01-28 18:13:03 +0000
committerbrueffer <brueffer@FreeBSD.org>2008-01-28 18:13:03 +0000
commit2a2d8bde46c97ae60e359d207227f8a1c97e6b53 (patch)
tree6ab98c41a5741af4bf80815816fef2488a213c4b /sys/cam
parentca735b70dd7a2c84bc0e48681494df1a5291bdd2 (diff)
downloadFreeBSD-src-2a2d8bde46c97ae60e359d207227f8a1c97e6b53.zip
FreeBSD-src-2a2d8bde46c97ae60e359d207227f8a1c97e6b53.tar.gz
Correct the kernel config hint in a printf statement.
Submitted by: R.Mahmatkhanov <cvs-src@yandex.ru> Reviewed by: scottl Approved by: rwatson (mentor) MFC after: 3 days
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 3b7ed5d..75060d3 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -1381,7 +1381,7 @@ ptstartover:
if (base_periph_found == 1) {
printf("xptioctl: pass driver is not in the "
"kernel\n");
- printf("xptioctl: put \"device pass0\" in "
+ printf("xptioctl: put \"device pass\" in "
"your kernel config file\n");
}
}
OpenPOWER on IntegriCloud