diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
commit | 090a3faf71dd1aa0dc3bc84defc38b7ff3aa3161 (patch) | |
tree | 86d3f30c92a2e4f07f74565a318a64b039c93a51 /sys/xfs | |
parent | 83ffcdaf38bb4533511a7ca1727d35d0af1172fb (diff) |
spelling fixes, from Martynas Venckus;
Diffstat (limited to 'sys/xfs')
-rw-r--r-- | sys/xfs/xfs_vfsops-common.c | 2 |
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 |