git: 8989ea93ffa2 - stable/12 - nfs: Fix a common typo in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Jan 2023 09:11:27 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=8989ea93ffa2f5f40a210475d369dd9bb9617eff
commit 8989ea93ffa2f5f40a210475d369dd9bb9617eff
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:10:37 +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 b44efafd3d10..17f25e70c507 100644
--- a/usr.sbin/rpc.statd/statd.c
+++ b/usr.sbin/rpc.statd/statd.c
@@ -318,7 +318,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.