diff options
author | 2007-11-25 16:40:03 +0000 | |
---|---|---|
committer | 2007-11-25 16:40:03 +0000 | |
commit | 7b9c60e5aa2b5ff746a39b480f438bc67487af96 (patch) | |
tree | 876a891aa308299c3a756231fb4039e54ee0afaa /sys/xfs | |
parent | Re-enable softraid. Tested on virtually all platforms by many people. (diff) | |
download | wireguard-openbsd-7b9c60e5aa2b5ff746a39b480f438bc67487af96.tar.xz wireguard-openbsd-7b9c60e5aa2b5ff746a39b480f438bc67487af96.zip |
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 |