nfs: Fix a common typo in source code comments

- s/ingore/ignore/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-01-19 14:26:06 +01:00
parent afc55510b1
commit 72e709040f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.