Browse Source

fix spelling in comment

ok millert@
OPENBSD_3_3
david 22 years ago
parent
commit
3b3ad3ba2a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/rpc/xdr.h

+ 2
- 2
src/include/rpc/xdr.h View File

@ -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 $ */ /* $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 * Caveat emptor: these use single memory cycles to get the
* data from the underlying buffer, and will fail to operate * data from the underlying buffer, and will fail to operate
* properly if the data is not aligned. The standard way to use these * properly if the data is not aligned. The standard way to use these


Loading…
Cancel
Save