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

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.
*/