diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2017-10-27 16:36:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2017-10-27 16:36:05 +0000 |
| commit | 61407763bc3ec43a48cd99bd1819a81d4069e84a (patch) | |
| tree | 81b90e4beec52b60727e09bafd5e9b94b90bdfb9 /sys | |
| parent | 732f2c69a124675315de2ae03f77309884f0af8e (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/compat/linux/linux_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index c66c37e0ccfa..f5dc9f438b7d 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -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. */ |
