git: 05ad376bfc5a - main - libc: Fix typo (triple M)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 01:36:27 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=05ad376bfc5a548813a90936bf4c6e4d7752f777 commit 05ad376bfc5a548813a90936bf4c6e4d7752f777 Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2024-02-03 00:35:54 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-02-03 01:35:00 +0000 libc: Fix typo (triple M) Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/963 --- lib/libc/xdr/xdr_rec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/xdr/xdr_rec.c b/lib/libc/xdr/xdr_rec.c index f0690b4089bb..66e11318ea41 100644 --- a/lib/libc/xdr/xdr_rec.c +++ b/lib/libc/xdr/xdr_rec.c @@ -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)