mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Better wording in comment.
Suggested by: Christoph Mallon <christoph.mallon - at - gmx.de>
This commit is contained in:
parent
cd5213b94b
commit
caace688f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue