fd: partially unengrish the previous commit

This commit is contained in:
Mateusz Guzik 2020-02-03 22:34:50 +00:00
parent e10f063b30
commit 8151b6e92a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357472

View File

@ -2769,8 +2769,8 @@ fget_unlocked_seq(struct filedesc *fdp, int fd, cap_rights_t *needrightsp,
* See the comments in fget_unlocked_seq for an explanation of how this works.
*
* This is a simplified variant which bails out to the aforementioned routine
* if anything goes wrong. In practice this will only happens when userspace
* is racing with itself.
* if anything goes wrong. In practice this only happens when userspace is
* racing with itself.
*/
int
fget_unlocked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp,