Date: Mon, 11 Oct 2010 21:34:35 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r213703 - head/lib/libcam Message-ID: <201010112134.o9BLYZef028149@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010112134.o9BLYZef028149>