]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: Fix typo in comment
authorNamhyung Kim <namhyung@gmail.com>
Wed, 9 Oct 2013 15:17:08 +0000 (00:17 +0900)
committerKarel Zak <kzak@redhat.com>
Fri, 11 Oct 2013 08:45:43 +0000 (10:45 +0200)
s/MNT_OMASK_/MNT_OMODE_/

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
libmount/src/context.c

index 0f8f112d4541dcf5d9d12e4ab4dda0b7c5dc883f..04eb2861c57c731655d01baa8999688c590e342f 100644 (file)
@@ -229,7 +229,7 @@ int mnt_context_is_restricted(struct libmnt_context *cxt)
 /**
  * mnt_context_set_optsmode
  * @cxt: mount context
- * @mode: MNT_OMASK_* flags
+ * @mode: MNT_OMODE_* flags
  *
  * Controls how to use mount optionssource and target paths from fstab/mtab.
  *
@@ -276,7 +276,7 @@ int mnt_context_set_optsmode(struct libmnt_context *cxt, int mode)
  * mnt_context_get_optsmode
  * @cxt: mount context
  *
- * Returns: MNT_OMASK_* mask or zero.
+ * Returns: MNT_OMODE_* mask or zero.
  */
 
 int mnt_context_get_optsmode(struct libmnt_context *cxt)