libc: Fix typo (triple M)

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/963
This commit is contained in:
Jose Luis Duran 2024-02-02 17:35:54 -07:00 committed by Warner Losh
parent ce348fe5cf
commit 05ad376bfc

View file

@ -486,7 +486,7 @@ xdrrec_eof(XDR *xdrs)
* The client must tell the package when an end-of-record has occurred.
* The second paraemters tells whether the record should be flushed to the
* (output) tcp stream. (This let's the package support batched or
* pipelined procedure calls.) TRUE => immmediate flush to tcp connection.
* pipelined procedure calls.) TRUE => immediate flush to tcp connection.
*/
bool_t
xdrrec_endofrecord(XDR *xdrs, bool_t sendnow)