Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2023 09:08:54 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: 507851359abf - stable/13 - nfs: Fix a common typo in source code comments
Message-ID:  <202301220908.30M98sYw029087@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=507851359abf3b424442844efe88f4c751f41e3f

commit 507851359abf3b424442844efe88f4c751f41e3f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-19 13:26:06 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-22 09:08:46 +0000

    nfs: Fix a common typo in source code comments
    
    - s/ingore/ignore/
    
    (cherry picked from commit 72e709040f3691911c7b58d5a14b4d19b276f478)
---
 usr.sbin/rpc.lockd/lockd.c | 2 +-
 usr.sbin/rpc.statd/statd.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/rpc.lockd/lockd.c b/usr.sbin/rpc.lockd/lockd.c
index e25cef9993bb..24dacc81a37a 100644
--- a/usr.sbin/rpc.lockd/lockd.c
+++ b/usr.sbin/rpc.lockd/lockd.c
@@ -489,7 +489,7 @@ main(int argc, char **argv)
  *
  * 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
diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c
index ecd31b8ddf68..a1cd8582e7a6 100644
--- a/usr.sbin/rpc.statd/statd.c
+++ b/usr.sbin/rpc.statd/statd.c
@@ -319,7 +319,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?202301220908.30M98sYw029087>