Date: Sun, 22 Jan 2023 09:11:29 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: bcb9c005b775 - stable/12 - mountd(8): Fix a typo in a source code comment Message-ID: <202301220911.30M9BTMq041846@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=bcb9c005b775283d0fd0296e8dfd8d468e4811ad commit bcb9c005b775283d0fd0296e8dfd8d468e4811ad Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-19 13:23:51 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-22 09:11:17 +0000 mountd(8): Fix a typo in a source code comment - s/ingore/ignore/ (cherry picked from commit afc55510b1178ba94d2bdcef0eb666b10abcfc42) --- usr.sbin/mountd/mountd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 7e0927d96195..e50c8883b05a 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -771,7 +771,7 @@ main(int argc, char **argv) /* * This routine creates and binds sockets on the appropriate * addresses. It gets called one time for each transport. - * It returns 0 upon success, 1 for ingore the call and -1 to indicate + * It returns 0 upon success, 1 for ignore the call and -1 to indicate * bind failed with EADDRINUSE. * Any file descriptors that have been created are stored in sock_fd and * the total count of them is maintained in sock_fdcnt.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301220911.30M9BTMq041846>