1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Update comment to match r177997 & r178036 changes.

This commit is contained in:
David E. O'Brien 2017-10-27 16:36:05 +00:00
parent 732f2c69a1
commit 61407763bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325043

View File

@ -139,7 +139,7 @@ linux_common_open(struct thread *td, int dirfd, char *path, int l_flags, int mod
goto done;
/*
* XXX In between kern_open() and fget(), another process
* XXX In between kern_openat() and fget(), another process
* having the same filedesc could use that fd without
* checking below.
*/