aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-01-19 13:26:06 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-01-19 13:26:06 +0000
commit72e709040f3691911c7b58d5a14b4d19b276f478 (patch)
tree9f46a2650c1e14cb55cbf7e633c9a7c032dae82f
parentafc55510b1178ba94d2bdcef0eb666b10abcfc42 (diff)
downloadsrc-72e709040f3691911c7b58d5a14b4d19b276f478.tar.gz
src-72e709040f3691911c7b58d5a14b4d19b276f478.zip
nfs: Fix a common typo in source code comments
- s/ingore/ignore/ MFC after: 3 days
-rw-r--r--usr.sbin/rpc.lockd/lockd.c2
-rw-r--r--usr.sbin/rpc.statd/statd.c2
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.