summaryrefslogtreecommitdiffstats
path: root/lib/libcam
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2010-10-11 21:34:35 +0000
committeravg <avg@FreeBSD.org>2010-10-11 21:34:35 +0000
commit3557efd07f57d167c2657f9b35c7ba628ad2a738 (patch)
treef69bc09004b693c54b1cbe709202ab477b4b0ca1 /lib/libcam
parentbb8cecd58fcb5e03c462a4256f8cb8172bbd2b88 (diff)
downloadFreeBSD-src-3557efd07f57d167c2657f9b35c7ba628ad2a738.zip
FreeBSD-src-3557efd07f57d167c2657f9b35c7ba628ad2a738.tar.gz
camlib.c: update one overlooked comment
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 9f516eb..47ca384 100644
--- a/lib/libcam/camlib.c
+++ b/lib/libcam/camlib.c
@@ -165,9 +165,9 @@ cam_get_device(const char *path, char *dev_name, int devnamelen, int *unit)
}
/*
- * After we nuke off the slice, we should have just a device name
- * and unit number. That means there must be at least 2
- * characters. If we only have 1, we don't have a valid device name.
+ * We should now have just a device name and unit number.
+ * That means that there must be at least 2 characters.
+ * If we only have 1, we don't have a valid device name.
*/
if (strlen(tmpstr) < 2) {
sprintf(cam_errbuf,
OpenPOWER on IntegriCloud