summaryrefslogtreecommitdiff
path: root/sys/xfs/xfs_vfsops-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/xfs/xfs_vfsops-common.c')
-rw-r--r--sys/xfs/xfs_vfsops-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xfs/xfs_vfsops-common.c b/sys/xfs/xfs_vfsops-common.c
index 60c1a669f7d..a1265ec39d0 100644
--- a/sys/xfs/xfs_vfsops-common.c
+++ b/sys/xfs/xfs_vfsops-common.c
@@ -88,7 +88,7 @@ xfs_mount_common_sys(struct mount *mp,
mp->mnt_flag & MNT_DELEXPORT) {
NNPFSDEB(XDEBVFOPS,
- ("xfs_mount: ignoreing MNT_UPDATE or MNT_DELEXPORT\n"));
+ ("xfs_mount: ignoring MNT_UPDATE or MNT_DELEXPORT\n"));
return 0;
}
#endif