summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-05-12 16:43:26 +0000
committereadler <eadler@FreeBSD.org>2013-05-12 16:43:26 +0000
commit6907881cb814953c545475a8a63e3afc402bd547 (patch)
tree934de69485eb14f423c724379ef3b6adc9c60b56 /sys/fs/fdescfs
parent08da0b8fad46087c0267f23830241099ae459fa5 (diff)
downloadFreeBSD-src-6907881cb814953c545475a8a63e3afc402bd547.zip
FreeBSD-src-6907881cb814953c545475a8a63e3afc402bd547.tar.gz
Fix several typos
PR: kern/176054 Submitted by: Christoph Mallon <christoph.mallon@gmx.de> MFC after: 3 days
Diffstat (limited to 'sys/fs/fdescfs')
-rw-r--r--sys/fs/fdescfs/fdesc_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c
index e54c77e..f18c0fc 100644
--- a/sys/fs/fdescfs/fdesc_vnops.c
+++ b/sys/fs/fdescfs/fdesc_vnops.c
@@ -333,7 +333,7 @@ fdesc_lookup(ap)
* and the root vnode lock will be obtained afterwards (in case
* we're looking up the fd of the root vnode), which will be the
* opposite lock order. Vhold the root vnode first so we don't
- * loose it.
+ * lose it.
*/
vhold(dvp);
VOP_UNLOCK(dvp, 0);
OpenPOWER on IntegriCloud