svn commit: r325043 - head/sys/compat/linux

David E. O'Brien obrien at FreeBSD.org
Fri Oct 27 16:36:07 UTC 2017


Author: obrien
Date: Fri Oct 27 16:36:05 2017
New Revision: 325043
URL: https://svnweb.freebsd.org/changeset/base/325043

Log:
  Update comment to match r177997 & r178036 changes.

Modified:
  head/sys/compat/linux/linux_file.c

Modified: head/sys/compat/linux/linux_file.c
==============================================================================
--- head/sys/compat/linux/linux_file.c	Fri Oct 27 16:23:45 2017	(r325042)
+++ head/sys/compat/linux/linux_file.c	Fri Oct 27 16:36:05 2017	(r325043)
@@ -139,7 +139,7 @@ linux_common_open(struct thread *td, int dirfd, char *
 		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.
 	*/


More information about the svn-src-head mailing list