Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2020 15:14:29 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357654 - in head: lib/libc/xdr sys/xdr
Message-ID:  <202002071514.017FETub067173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  *



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