Skip to content

Commit

Permalink
VFS: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuman committed Nov 8, 2015
1 parent 93bcaf3 commit 8f4a653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/kernel/fs/vfs.cpp
Expand Up @@ -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)) {
Expand Down

0 comments on commit 8f4a653

Please sign in to comment.