summaryrefslogtreecommitdiffstats
path: root/sbin/gvinum
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2009-04-10 11:15:34 +0000
committerlulf <lulf@FreeBSD.org>2009-04-10 11:15:34 +0000
commit235bd13b0cc300a1727c1b4ce4e2a776e5cbe54f (patch)
tree1f16f39958a09c68060e9e038fbfa970588badff /sbin/gvinum
parent430f601d242b2ae79e7480f57dc9efcba246975b (diff)
downloadFreeBSD-src-235bd13b0cc300a1727c1b4ce4e2a776e5cbe54f.zip
FreeBSD-src-235bd13b0cc300a1727c1b4ce4e2a776e5cbe54f.tar.gz
- Better wording in comment.
Suggested by: Christoph Mallon <christoph.mallon - at - gmx.de>
Diffstat (limited to 'sbin/gvinum')
-rw-r--r--sbin/gvinum/gvinum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/gvinum/gvinum.c b/sbin/gvinum/gvinum.c
index 1688a7b..7f97f9d 100644
--- a/sbin/gvinum/gvinum.c
+++ b/sbin/gvinum/gvinum.c
@@ -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));
OpenPOWER on IntegriCloud