fix comment

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16526 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-02-27 13:21:34 +00:00
parent 2ed942c199
commit 0ff9df126c
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ Volume::Mount(const char *deviceName, uint32 flags)
opener.Keep();
return B_OK;
} else
FATAL(("could not create root node: new_vnode() failed!\n"));
FATAL(("could not create root node: publish_vnode() failed!\n"));
delete fRootNode;
} else {