The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=84970eab6ace0f50688f95e82e2a2f3fca6b50b8
commit 84970eab6ace0f50688f95e82e2a2f3fca6b50b8 Author: rilysh <nightqu...@proton.me> AuthorDate: 2024-04-12 22:32:06 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2024-04-12 22:34:52 +0000 libc(xdr.c): fix "discriminated" spelling From "descriminated" to "discriminated". Signed-off-by: rilysh <nightqu...@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1119 --- lib/libc/xdr/xdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/xdr/xdr.c b/lib/libc/xdr/xdr.c index 79aa4ac3f4bc..6992cae69bf1 100644 --- a/lib/libc/xdr/xdr.c +++ b/lib/libc/xdr/xdr.c @@ -621,7 +621,7 @@ xdr_netobj(XDR *xdrs, struct netobj *np) } /* - * XDR a descriminated union + * XDR a discriminated union * Support routine for discriminated unions. * You create an array of xdrdiscrim structures, terminated with * an entry with a null procedure pointer. The routine gets