aboutsummaryrefslogtreecommitdiff
path: root/src/include/gssrpc/xdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gssrpc/xdr.h')
-rw-r--r--src/include/gssrpc/xdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gssrpc/xdr.h b/src/include/gssrpc/xdr.h
index c66ae69..da9e173 100644
--- a/src/include/gssrpc/xdr.h
+++ b/src/include/gssrpc/xdr.h
@@ -107,7 +107,7 @@ typedef bool_t (*xdrproc_t)();
/*
* The XDR handle.
* Contains operation which is being applied to the stream,
- * an operations vector for the paticular implementation (e.g. see xdr_mem.c),
+ * an operations vector for the particular implementation (e.g. see xdr_mem.c),
* and two private fields for the use of the particular impelementation.
*/
typedef struct XDR {
@@ -211,7 +211,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