From 70816a3c4f88c17d2db4105b1b87cba284e326ab Mon Sep 17 00:00:00 2001 From: msaitoh Date: Sun, 12 May 2024 23:52:57 +0000 Subject: [PATCH] s/descriminated/discriminated/ in comment. --- common/lib/libc/rpc/xdr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/lib/libc/rpc/xdr.c b/common/lib/libc/rpc/xdr.c index 12cea23cf2db..1885b11849b0 100644 --- a/common/lib/libc/rpc/xdr.c +++ b/common/lib/libc/rpc/xdr.c @@ -1,4 +1,4 @@ -/* $NetBSD: xdr.c,v 1.3 2019/06/16 16:01:44 christos Exp $ */ +/* $NetBSD: xdr.c,v 1.4 2024/05/12 23:52:57 msaitoh Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -37,7 +37,7 @@ static char *sccsid = "@(#)xdr.c 1.35 87/08/12"; static char *sccsid = "@(#)xdr.c 2.1 88/07/29 4.0 RPCSRC"; #else -__RCSID("$NetBSD: xdr.c,v 1.3 2019/06/16 16:01:44 christos Exp $"); +__RCSID("$NetBSD: xdr.c,v 1.4 2024/05/12 23:52:57 msaitoh Exp $"); #endif #endif @@ -674,7 +674,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