aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/xdr/xdr_reference.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2020-02-07 15:14:29 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2020-02-07 15:14:29 +0000
commit2512630061f710cdbf448756c7c67774ecdce565 (patch)
treefc262c0b7de8c40a0c3d11e216188d68b225c44c /lib/libc/xdr/xdr_reference.c
parenta8692c16c962027f141facc357ee28578ccf04b7 (diff)
Notes
Diffstat (limited to 'lib/libc/xdr/xdr_reference.c')
-rw-r--r--lib/libc/xdr/xdr_reference.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/xdr/xdr_reference.c b/lib/libc/xdr/xdr_reference.c
index 76fc115dd30c3..d18670f28ea6a 100644
--- a/lib/libc/xdr/xdr_reference.c
+++ b/lib/libc/xdr/xdr_reference.c
@@ -41,7 +41,7 @@ static char *sccsid = "@(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC";
__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.