summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vinum/vinumobj.h')
-rw-r--r--sys/dev/vinum/vinumobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumobj.h b/sys/dev/vinum/vinumobj.h
index 8a7868f..9ee5e1e 100644
--- a/sys/dev/vinum/vinumobj.h
+++ b/sys/dev/vinum/vinumobj.h
@@ -66,7 +66,7 @@ enum objflags {
VF_WLABEL = 0x20, /* label area is writable */
VF_LABELLING = 0x40, /* unit is currently being labelled */
VF_WANTED = 0x80, /* someone is waiting to obtain a lock */
- VF_RAW = 0x100, /* raw volume (no file system) */
+ VF_RAW = 0x100, /* raw volume (no filesystem) */
VF_LOADED = 0x200, /* module is loaded */
VF_CONFIGURING = 0x400, /* somebody is changing the config */
VF_WILL_CONFIGURE = 0x800, /* somebody wants to change the config */
OpenPOWER on IntegriCloud