svn commit: r357472 - head/sys/kern

Mateusz Guzik mjg at FreeBSD.org
Mon Feb 3 22:34:51 UTC 2020


Author: mjg
Date: Mon Feb  3 22:34:50 2020
New Revision: 357472
URL: https://svnweb.freebsd.org/changeset/base/357472

Log:
  fd: partially unengrish the previous commit

Modified:
  head/sys/kern/kern_descrip.c

Modified: head/sys/kern/kern_descrip.c
==============================================================================
--- head/sys/kern/kern_descrip.c	Mon Feb  3 22:32:49 2020	(r357471)
+++ head/sys/kern/kern_descrip.c	Mon Feb  3 22:34:50 2020	(r357472)
@@ -2769,8 +2769,8 @@ fget_unlocked_seq(struct filedesc *fdp, int fd, cap_ri
  * See the comments in fget_unlocked_seq for an explanation of how this works.
  *
  * This is a simplified variant which bails out to the aforementioned routine
- * if anything goes wrong. In practice this will only happens when userspace
- * is racing with itself.
+ * if anything goes wrong. In practice this only happens when userspace is
+ * racing with itself.
  */
 int
 fget_unlocked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp,


More information about the svn-src-head mailing list