summaryrefslogtreecommitdiff
path: root/include/rpc/xdr.h
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-03-10 03:45:21 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-03-10 03:45:21 +0000
commit21508a0f099fd335ee83836ed498be90c10a67b8 (patch)
treec48ef26468d40ab7a148c7cd31070f7ccfbea08c /include/rpc/xdr.h
parent79e1284fa682d2b2374d74bb32cd5967bf1e50b8 (diff)
fix spelling in comment
ok millert@
Diffstat (limited to 'include/rpc/xdr.h')
-rw-r--r--include/rpc/xdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h
index 05a7e100d23..e91b90be117 100644
--- a/include/rpc/xdr.h
+++ b/include/rpc/xdr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: xdr.h,v 1.5 2002/12/11 22:55:39 millert Exp $ */
+/* $OpenBSD: xdr.h,v 1.6 2003/03/10 03:45:20 david Exp $ */
/* $NetBSD: xdr.h,v 1.7 1995/04/29 05:28:06 cgd Exp $ */
/*
@@ -203,7 +203,7 @@ struct xdr_discrim {
};
/*
- * In-line routines for fast encode/decode of primitve data types.
+ * In-line routines for fast encode/decode of primitive data types.
* Caveat emptor: these use single memory cycles to get the
* data from the underlying buffer, and will fail to operate
* properly if the data is not aligned. The standard way to use these