From 8f4a653ca65112f5e4565b3609c1a6b37abe271b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 8 Nov 2015 03:55:37 +0100 Subject: [PATCH] VFS: typo --- 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 6645658015..097fa3b577 100644 --- a/src/system/kernel/fs/vfs.cpp +++ b/src/system/kernel/fs/vfs.cpp @@ -2483,7 +2483,7 @@ get_vnode_name(struct vnode* vnode, struct vnode* parent, struct dirent* buffer, if (bufferSize < sizeof(struct dirent)) return B_BAD_VALUE; - // See if the vnode is convering another vnode and move to the covered + // See if the vnode is covering another vnode and move to the covered // vnode so we get the underlying file system VNodePutter vnodePutter; if (Vnode* coveredVnode = get_covered_vnode(vnode)) {