-# $OpenBSD: Makefile.inc,v 1.119 2014/07/12 02:28:56 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.120 2014/08/14 17:55:28 tobias Exp $
# $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/17/93
# stack protector helper functions
SRCS+= stack_protector.c
-# modules with default implementations on all architectures, unless overriden
+# modules with default implementations on all architectures, unless overridden
# below:
ASM= __get_tcb.o __getcwd.o __semctl.o __set_tcb.o __syscall.o \
__sysctl.o __threxit.o __thrsigdivert.o __thrsleep.o \
-/* $OpenBSD: dso.h,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */
+/* $OpenBSD: dso.h,v 1.10 2014/08/14 17:55:28 tobias Exp $ */
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
* project 2000.
*/
* typical for the platform (more specifically the DSO_METHOD) using the
* dso_name_converter function of the method. Eg. win32 will transform "blah"
* into "blah.dll", and dlfcn will transform it into "libblah.so". The
- * behaviour can be overriden by setting the name_converter callback in the DSO
+ * behaviour can be overridden by setting the name_converter callback in the DSO
* object (using DSO_set_name_converter()). This callback could even utilise
* the DSO_METHOD's converter too if it only wants to override behaviour for
* one or two possible DSO methods. However, the following flag can be set in a
# This section should be referenced when building an x509v3 CA
# Certificate.
-# The default path length and the key usage can be overriden
+# The default path length and the key usage can be overridden
# modified by setting the CERTPATHLEN and CERTUSAGE environment
# variables.
[x509v3_CA]
-/* $OpenBSD: dso.h,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */
+/* $OpenBSD: dso.h,v 1.10 2014/08/14 17:55:28 tobias Exp $ */
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
* project 2000.
*/
* typical for the platform (more specifically the DSO_METHOD) using the
* dso_name_converter function of the method. Eg. win32 will transform "blah"
* into "blah.dll", and dlfcn will transform it into "libblah.so". The
- * behaviour can be overriden by setting the name_converter callback in the DSO
+ * behaviour can be overridden by setting the name_converter callback in the DSO
* object (using DSO_set_name_converter()). This callback could even utilise
* the DSO_METHOD's converter too if it only wants to override behaviour for
* one or two possible DSO methods. However, the following flag can be set in a
-/* $OpenBSD: vdmtool.c,v 1.4 2014/07/12 19:01:49 tedu Exp $ */
+/* $OpenBSD: vdmtool.c,v 1.5 2014/08/14 17:55:28 tobias Exp $ */
/*
* Copyright (c) 2013 Miodrag Vallat.
if (regid != NULL) {
if (*regid != 0)
- printf("WARNING: subdriver \"%s\" overriden\n",
+ printf("WARNING: subdriver \"%s\" overridden\n",
entry.name);
*regid = id;
}
-/* $OpenBSD: cpu.h,v 1.102 2014/07/11 10:53:07 uebayasi Exp $ */
+/* $OpenBSD: cpu.h,v 1.103 2014/08/14 17:55:28 tobias Exp $ */
/*-
* Copyright (c) 1992, 1993
u_int cp1_get_prid(void);
/*
- * Cache routines (may be overriden)
+ * Cache routines (may be overridden)
*/
#ifndef Mips_SyncCache