From 8ea3e9126db5df5dad3710b63db3383e8024c366 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sat, 18 Oct 2014 19:32:33 +0200 Subject: [PATCH] Typo: Fix doubled "not" in comment. --- src/system/kernel/fs/vfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/fs/vfs.cpp b/src/system/kernel/fs/vfs.cpp index c2113c32fc..b875b90fb6 100644 --- a/src/system/kernel/fs/vfs.cpp +++ b/src/system/kernel/fs/vfs.cpp @@ -882,7 +882,7 @@ lookup_vnode(dev_t mountID, ino_t vnodeID) If the node already exists, it is returned instead and no new node is created. In either case -- but not, if an error occurs -- the function write locks \c sVnodeLock and keeps it locked for the caller when returning. On - error the lock is not not held on return. + error the lock is not held on return. \param mountID The mount ID. \param vnodeID The vnode ID.