- Better wording in comment.

Suggested by:	Christoph Mallon <christoph.mallon - at - gmx.de>
This commit is contained in:
lulf 2009-04-10 11:15:34 +00:00
parent 430f601d24
commit 235bd13b0c

View File

@ -630,7 +630,7 @@ char *
find_drive(const char *device)
{
/* Strip away eventual /dev/ in front. */
/* Strip possible /dev/ in front. */
if (strncmp(device, "/dev/", 5) == 0)
device += 5;
return (find_name("gvinumdrive", GV_TYPE_DRIVE, GV_MAXDRIVENAME));