svn commit: r213703 - head/lib/libcam
Andriy Gapon
avg at FreeBSD.org
Mon Oct 11 21:34:36 UTC 2010
Author: avg
Date: Mon Oct 11 21:34:35 2010
New Revision: 213703
URL: http://svn.freebsd.org/changeset/base/213703
Log:
camlib.c: update one overlooked comment
Modified:
head/lib/libcam/camlib.c
Modified: head/lib/libcam/camlib.c
==============================================================================
--- head/lib/libcam/camlib.c Mon Oct 11 21:26:24 2010 (r213702)
+++ head/lib/libcam/camlib.c Mon Oct 11 21:34:35 2010 (r213703)
@@ -165,9 +165,9 @@ cam_get_device(const char *path, char *d
}
/*
- * 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,
More information about the svn-src-all
mailing list