vfs: fix a typo introdued in previous

Reported by:	pstef
This commit is contained in:
Mateusz Guzik 2023-11-01 08:29:29 +00:00
parent 1692e50f25
commit 8b916c35c2

View file

@ -60,7 +60,7 @@ Points to the new vnode upon successful completion.
.Fn getnewvnode
returns 0 on success.
.Sh BUGS
It never return an error, instead either succeeds or blocks indefinitely.
It never returns an error, instead either succeeds or blocks indefinitely.
.Sh AUTHORS
This manual page was written by
.An Chad David Aq Mt davidc@acns.ab.ca .