summaryrefslogtreecommitdiffstats
path: root/lib/libcam
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-07-29 15:35:45 +0000
committerscottl <scottl@FreeBSD.org>2004-07-29 15:35:45 +0000
commit68d26b8645976d1cd69e9a85dca4032d2c0b8034 (patch)
treee6c338e54c9a24bff595883866f59eff31bca344 /lib/libcam
parentc998cc2027b9a45d7c7afade7d33795b4e4fa5d3 (diff)
downloadFreeBSD-src-68d26b8645976d1cd69e9a85dca4032d2c0b8034.zip
FreeBSD-src-68d26b8645976d1cd69e9a85dca4032d2c0b8034.tar.gz
Change a couple of comments so that GCC doesn't think that they contain
tri-graphs.
Diffstat (limited to 'lib/libcam')
-rw-r--r--lib/libcam/camlib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcam/camlib.c b/lib/libcam/camlib.c
index 713f3d6..03754bb 100644
--- a/lib/libcam/camlib.c
+++ b/lib/libcam/camlib.c
@@ -437,7 +437,7 @@ cam_open_btl(path_id_t path_id, target_id_t target_id, lun_id_t target_lun,
}
default:
sprintf(cam_errbuf, "%s: asked for a peripheral match, but"
- " got a bus or device match??!!", func_name);
+ " got a bus or device match", func_name);
goto btl_bailout;
break; /* NOTREACHED */
}
@@ -527,7 +527,7 @@ cam_lookup_pass(const char *dev_name, int unit, int flags,
* the device the user gave us.
*/
if (ccb.cgdl.status == CAM_GDEVLIST_ERROR) {
- sprintf(cam_errbuf, "%s: device %s%d does not exist",
+ sprintf(cam_errbuf, "%s: device %s%d does not exist!",
func_name, dev_name, unit);
return(NULL);
}
@@ -628,7 +628,7 @@ cam_real_open_device(const char *path, int flags, struct cam_device *device,
* the device the user gave us.
*/
if (ccb.cgdl.status == CAM_GDEVLIST_ERROR) {
- sprintf(cam_errbuf, "%s: passthrough device does not exist??!!",
+ sprintf(cam_errbuf, "%s: passthrough device does not exist!",
func_name);
goto crod_bailout;
}
OpenPOWER on IntegriCloud