svn commit: r357654 - in head: lib/libc/xdr sys/xdr
Pedro F. Giffuni
pfg at FreeBSD.org
Fri Feb 7 15:14:30 UTC 2020
Author: pfg
Date: Fri Feb 7 15:14:29 2020
New Revision: 357654
URL: https://svnweb.freebsd.org/changeset/base/357654
Log:
typo: s/impelmentation/implementation/.
No functional change
Modified:
head/lib/libc/xdr/xdr_array.c
head/lib/libc/xdr/xdr_reference.c
head/sys/xdr/xdr_array.c
head/sys/xdr/xdr_reference.c
Modified: head/lib/libc/xdr/xdr_array.c
==============================================================================
--- head/lib/libc/xdr/xdr_array.c Fri Feb 7 14:36:28 2020 (r357653)
+++ head/lib/libc/xdr/xdr_array.c Fri Feb 7 15:14:29 2020 (r357654)
@@ -41,7 +41,7 @@ static char *sccsid = "@(#)xdr_array.c 2.1 88/07/29 4.
__FBSDID("$FreeBSD$");
/*
- * xdr_array.c, Generic XDR routines impelmentation.
+ * xdr_array.c, Generic XDR routines implementation.
*
* These are the "non-trivial" xdr primitives used to serialize and de-serialize
* arrays. See xdr.h for more info on the interface to xdr.
Modified: head/lib/libc/xdr/xdr_reference.c
==============================================================================
--- head/lib/libc/xdr/xdr_reference.c Fri Feb 7 14:36:28 2020 (r357653)
+++ head/lib/libc/xdr/xdr_reference.c Fri Feb 7 15:14:29 2020 (r357654)
@@ -41,7 +41,7 @@ static char *sccsid = "@(#)xdr_reference.c 2.1 88/07/2
__FBSDID("$FreeBSD$");
/*
- * xdr_reference.c, Generic XDR routines impelmentation.
+ * xdr_reference.c, Generic XDR routines implementation.
*
* These are the "non-trivial" xdr primitives used to serialize and de-serialize
* "pointers". See xdr.h for more info on the interface to xdr.
Modified: head/sys/xdr/xdr_array.c
==============================================================================
--- head/sys/xdr/xdr_array.c Fri Feb 7 14:36:28 2020 (r357653)
+++ head/sys/xdr/xdr_array.c Fri Feb 7 15:14:29 2020 (r357654)
@@ -37,7 +37,7 @@ static char *sccsid = "@(#)xdr_array.c 2.1 88/07/29 4.
__FBSDID("$FreeBSD$");
/*
- * xdr_array.c, Generic XDR routines impelmentation.
+ * xdr_array.c, Generic XDR routines implementation.
*
* Copyright (C) 1984, Sun Microsystems, Inc.
*
Modified: head/sys/xdr/xdr_reference.c
==============================================================================
--- head/sys/xdr/xdr_reference.c Fri Feb 7 14:36:28 2020 (r357653)
+++ head/sys/xdr/xdr_reference.c Fri Feb 7 15:14:29 2020 (r357654)
@@ -37,7 +37,7 @@ static char *sccsid = "@(#)xdr_reference.c 2.1 88/07/2
__FBSDID("$FreeBSD$");
/*
- * xdr_reference.c, Generic XDR routines impelmentation.
+ * xdr_reference.c, Generic XDR routines implementation.
*
* Copyright (C) 1987, Sun Microsystems, Inc.
*
More information about the svn-src-all
mailing list