aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_file.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2017-10-27 16:36:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2017-10-27 16:36:05 +0000
commit61407763bc3ec43a48cd99bd1819a81d4069e84a (patch)
tree81b90e4beec52b60727e09bafd5e9b94b90bdfb9 /sys/compat/linux/linux_file.c
parent732f2c69a124675315de2ae03f77309884f0af8e (diff)
downloadsrc-61407763bc3ec43a48cd99bd1819a81d4069e84a.tar.gz
src-61407763bc3ec43a48cd99bd1819a81d4069e84a.zip
Update comment to match r177997 & r178036 changes.
Notes
Notes: svn path=/head/; revision=325043
Diffstat (limited to 'sys/compat/linux/linux_file.c')
-rw-r--r--sys/compat/linux/linux_file.c2
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.
*/