-/* $OpenBSD: nameser.h,v 1.14 2018/03/16 12:31:09 mpi Exp $ */
+/* $OpenBSD: nameser.h,v 1.15 2022/12/27 07:44:56 jmc Exp $ */
/*
* ++Copyright++ 1983, 1989, 1993
/* fields in third byte */
unsigned qr: 1; /* response flag */
unsigned opcode: 4; /* purpose of message */
- unsigned aa: 1; /* authoritive answer */
+ unsigned aa: 1; /* authoritative answer */
unsigned tc: 1; /* truncated message */
unsigned rd: 1; /* recursion desired */
/* fields in fourth byte */
/* fields in third byte */
unsigned rd :1; /* recursion desired */
unsigned tc :1; /* truncated message */
- unsigned aa :1; /* authoritive answer */
+ unsigned aa :1; /* authoritative answer */
unsigned opcode :4; /* purpose of message */
unsigned qr :1; /* response flag */
/* fields in fourth byte */
-/* $OpenBSD: clnt.h,v 1.13 2022/07/15 17:33:28 deraadt Exp $ */
+/* $OpenBSD: clnt.h,v 1.14 2022/12/27 07:44:56 jmc Exp $ */
/* $NetBSD: clnt.h,v 1.6 1995/04/29 05:27:58 cgd Exp $ */
/*
int RE_errno; /* related system error */
enum auth_stat RE_why; /* why the auth error occurred */
struct {
- u_int32_t low; /* lowest verion supported */
- u_int32_t high; /* highest verion supported */
+ u_int32_t low; /* lowest version supported */
+ u_int32_t high; /* highest version supported */
} RE_vers;
struct { /* maybe meaningful if RPC_FAILED */
int32_t s1;
/*
- * RPCTEST is a test program which is accessable on every rpc
+ * RPCTEST is a test program which is accessible on every rpc
* transport/port. It is used for testing, performance evaluation,
* and network administration.
*/
-/* $OpenBSD: xdr.h,v 1.13 2022/02/14 03:38:59 guenther Exp $ */
+/* $OpenBSD: xdr.h,v 1.14 2022/12/27 07:44:56 jmc Exp $ */
/* $NetBSD: xdr.h,v 1.7 1995/04/29 05:28:06 cgd Exp $ */
/*
/*
* 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),
- * and two private fields for the use of the particular impelementation.
+ * an operations vector for the particular implementation (e.g. see xdr_mem.c),
+ * and two private fields for the use of the particular implementation.
*/
typedef struct __rpc_xdr {
enum xdr_op x_op; /* operation; fast additional param */
-/* $OpenBSD: yp_prot.h,v 1.11 2022/01/28 04:59:15 guenther Exp $ */
+/* $OpenBSD: yp_prot.h,v 1.12 2022/12/27 07:44:56 jmc Exp $ */
/* $NetBSD: yp_prot.h,v 1.6 1995/07/14 21:10:58 christos Exp $ */
/*
#define YPPUSH_AGE ((unsigned long)2) /* Master's version not newer */
#define YPPUSH_NOMAP ((unsigned long)-1) /* Can't find server for map */
#define YPPUSH_NODOM ((unsigned long)-2) /* Domain not supported */
-#define YPPUSH_RSRC ((unsigned long)-3) /* Local resouce alloc failure */
+#define YPPUSH_RSRC ((unsigned long)-3) /* Local resource alloc failure */
#define YPPUSH_RPC ((unsigned long)-4) /* RPC failure talking to server */
#define YPPUSH_MADDR ((unsigned long)-5) /* Can't get master address */
#define YPPUSH_YPERR ((unsigned long)-6) /* YP server/map db error */
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $OpenBSD: siphash.h,v 1.3 2015/02/20 11:51:03 tedu Exp $
+ * $OpenBSD: siphash.h,v 1.4 2022/12/27 07:44:56 jmc Exp $
*/
/*
* optimized for speed on short messages returning a 64bit hash/digest value.
*
* The number of rounds is defined during the initialization:
- * SipHash24_Init() for the fast and resonable strong version
+ * SipHash24_Init() for the fast and reasonable strong version
* SipHash48_Init() for the strong version (half as fast)
*
* struct SIPHASH_CTX ctx;
-/* $OpenBSD: tib.h,v 1.8 2020/07/14 16:48:13 kettenis Exp $ */
+/* $OpenBSD: tib.h,v 1.9 2022/12/27 07:44:56 jmc Exp $ */
/*
* Copyright (c) 2011,2014 Philip Guenther <guenther@openbsd.org>
*
* Short-hand for TCB_TO_TIB(TCB_GET())
*
* TIB_EXTRA_ALIGN
- * On TLS varaint 2 archs, what alignment is sufficient
+ * On TLS variant 2 archs, what alignment is sufficient
* for the extra space that will be used for struct pthread?
*
* The following functions are provided by either ld.so (dynamic) or