-/* $OpenBSD: gmon.h,v 1.8 2016/05/07 19:30:52 guenther Exp $ */
+/* $OpenBSD: gmon.h,v 1.9 2022/01/11 23:59:55 jsg Exp $ */
/* $NetBSD: gmon.h,v 1.5 1996/04/09 20:55:30 cgd Exp $ */
/*-
#define GPROF_GMONPARAM 4 /* struct: profiling parameters (see above) */
#ifdef _KERNEL
-extern int gmoninit; /* Is the kernel ready for beeing profiled? */
+extern int gmoninit; /* Is the kernel ready for being profiled? */
#else /* !_KERNEL */
-/* $OpenBSD: namei.h,v 1.49 2022/01/09 10:28:07 claudio Exp $ */
+/* $OpenBSD: namei.h,v 1.50 2022/01/11 23:59:55 jsg Exp $ */
/* $NetBSD: namei.h,v 1.11 1996/02/09 18:25:20 christos Exp $ */
/*
/*
* Lookup parameters: this structure describes the subset of
- * information from the nameidat satructure that is passed
+ * information from the nameidata structure that is passed
* through the VOP interface.
*/
struct componentname {
#define NOCROSSMOUNT 0x000100 /* do not cross mount points */
#define RDONLY 0x000200 /* lookup with read-only semantics */
#define HASBUF 0x000400 /* has allocated pathname buffer */
-#define SAVENAME 0x000800 /* save pathanme buffer */
+#define SAVENAME 0x000800 /* save pathname buffer */
#define SAVESTART 0x001000 /* save starting directory */
#define ISDOTDOT 0x002000 /* current component name is .. */
#define MAKEENTRY 0x004000 /* entry is to be added to name cache */
-/* $OpenBSD: stat.h,v 1.28 2015/04/04 18:06:08 jca Exp $ */
+/* $OpenBSD: stat.h,v 1.29 2022/01/11 23:59:55 jsg Exp $ */
/* $NetBSD: stat.h,v 1.20 1996/05/16 22:17:49 cgd Exp $ */
/*-
#endif
#if __POSIX_VISIBLE >= 200809
-/* manadated to be present, but permitted to always return zero */
+/* mandated to be present, but permitted to always return zero */
#define S_TYPEISMQ(m) 0
#define S_TYPEISSEM(m) 0
#define S_TYPEISSHM(m) 0
-/* $OpenBSD: sysctl.h,v 1.220 2021/12/07 22:17:03 guenther Exp $ */
+/* $OpenBSD: sysctl.h,v 1.221 2022/01/11 23:59:55 jsg Exp $ */
/* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */
/*
* variable. The loader prevents multiple use by issuing errors
* if a variable is initialized in more than one place. They are
* aggregated into an array in debug_sysctl(), so that it can
- * conveniently locate them when querried. If more debugging
+ * conveniently locate them when queried. If more debugging
* variables are added, they must also be declared here and also
* entered into the array.
*/
-/* $OpenBSD: unpcb.h,v 1.22 2021/12/26 23:41:41 mvs Exp $ */
+/* $OpenBSD: unpcb.h,v 1.23 2022/01/11 23:59:55 jsg Exp $ */
/* $NetBSD: unpcb.h,v 1.6 1994/06/29 06:46:08 cgd Exp $ */
/*
long unp_msgcount; /* [G] references from socket rcv buf */
long unp_gcrefs; /* [G] references from gc */
int unp_flags; /* [U] this unpcb contains peer eids */
- int unp_gcflags; /* [G] garbge collector flags */
+ int unp_gcflags; /* [G] garbage collector flags */
struct sockpeercred unp_connid;/* [U] id of peer process */
struct timespec unp_ctime; /* [I] holds creation time */
LIST_ENTRY(unpcb) unp_link; /* [G] link in per-AF list of sockets */