Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2024 22:37:13 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 84970eab6ace - main - libc(xdr.c): fix "discriminated" spelling
Message-ID:  <202404122237.43CMbDCA018630@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=84970eab6ace0f50688f95e82e2a2f3fca6b50b8

commit 84970eab6ace0f50688f95e82e2a2f3fca6b50b8
Author:     rilysh <nightquick@proton.me>
AuthorDate: 2024-04-12 22:32:06 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-12 22:34:52 +0000

    libc(xdr.c): fix "discriminated" spelling
    
    From "descriminated" to "discriminated".
    
    Signed-off-by: rilysh <nightquick@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404122237.43CMbDCA018630>