aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index dbec37a315fa..ed6ccc02019a 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -175,7 +175,7 @@ struct md_s {
struct vnode *vnode;
struct ucred *cred;
- /* MD_OBJET related fields */
+ /* MD_SWAP related fields */
vm_object_t object;
};