util: fix comment typos

Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Wei Jiangang 2016-03-14 17:58:29 +08:00 committed by Michael Tokarev
parent de4905f4bc
commit d43eda3d19
2 changed files with 3 additions and 3 deletions

View file

@ -93,7 +93,7 @@ NetworkAddressFamily inet_netfamily(int family)
* t f PF_INET
* t t PF_INET6
*
* NB, this matrix is only about getting the neccessary results
* NB, this matrix is only about getting the necessary results
* from getaddrinfo(). Some of the cases require further work
* after reading results from getaddrinfo in order to fully
* apply the logic the end user wants. eg with the last case