netgraph(3): Fix a typo in a source code comment

- s/failes/fails/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-03-27 18:50:45 +02:00
parent a216b9c2e0
commit 79438267b3

View File

@ -83,7 +83,7 @@ uni_msg_init(void)
/*
* Ensure, that the message can be extended by at least s bytes.
* Re-allocate the message (not the header). If that failes,
* Re-allocate the message (not the header). If that fails,
* free the entire message and return ENOMEM. Free space at the start of
* the message is retained.
*/