aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-01-19 13:23:51 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-01-19 13:23:51 +0000
commitafc55510b1178ba94d2bdcef0eb666b10abcfc42 (patch)
tree6cef30f8b92df3eeb26b76b875cd5f05fc0acab7
parent74d2a3c16d74376f594162ee622ba470d631b386 (diff)
downloadsrc-afc55510b1178ba94d2bdcef0eb666b10abcfc42.tar.gz
src-afc55510b1178ba94d2bdcef0eb666b10abcfc42.zip
mountd(8): Fix a typo in a source code comment
- s/ingore/ignore/ MFC after: 3 days
-rw-r--r--usr.sbin/mountd/mountd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c
index 569ea0fbf707..d985dd00acf8 100644
--- a/usr.sbin/mountd/mountd.c
+++ b/usr.sbin/mountd/mountd.c
@@ -779,7 +779,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.