Date: Mon, 3 Feb 2020 22:34:51 +0000 (UTC) From: Mateusz Guzik <mjg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r357472 - head/sys/kern Message-ID: <202002032234.013MYpo7087252@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002032234.013MYpo7087252>