git: 72e709040f36 - main - nfs: Fix a common typo in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Jan 2023 13:26:15 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=72e709040f3691911c7b58d5a14b4d19b276f478
commit 72e709040f3691911c7b58d5a14b4d19b276f478
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-19 13:26:06 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-19 13:26:06 +0000
nfs: Fix a common typo in source code comments
- s/ingore/ignore/
MFC after: 3 days
---
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.