Correct a comment.
Reviewed by: alfred, tanimura
This commit is contained in:
parent
82b976c5c3
commit
a1cc6206fb
@ -3742,7 +3742,7 @@ revoke(td, uap)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Convert a user file descriptor to a kernel file entry.
|
* Convert a user file descriptor to a kernel file entry.
|
||||||
* The file entry is locked upon returning.
|
* A reference on the file entry is held upon returning.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
getvnode(fdp, fd, fpp)
|
getvnode(fdp, fd, fpp)
|
||||||
|
@ -3742,7 +3742,7 @@ revoke(td, uap)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Convert a user file descriptor to a kernel file entry.
|
* Convert a user file descriptor to a kernel file entry.
|
||||||
* The file entry is locked upon returning.
|
* A reference on the file entry is held upon returning.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
getvnode(fdp, fd, fpp)
|
getvnode(fdp, fd, fpp)
|
||||||
|
Loading…
Reference in New Issue
Block a user