summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@cvs.openbsd.org>2014-08-14 17:55:29 +0000
committerTobias Stoeckmann <tobias@cvs.openbsd.org>2014-08-14 17:55:29 +0000
commitca5c18aad63f7df0713aab80ef56c4a1aecbbf21 (patch)
treedc1b65e146a0a1980b127b99825e4fbb07eeec6d /lib/libc/sys/Makefile.inc
parent95d2009df3088ebefe0cb83bb8a02225e2757c53 (diff)
fixed overrid(d)en typo
millert@ and jmc@ agree that "overriden" is wrong
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index f692d7e4bfa..a93eb967e32 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -1,4 +1,4 @@
-# $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
@@ -22,7 +22,7 @@ SRCS+= ftruncate.c lseek.c mquery.c mmap.c ptrace.c semctl.c truncate.c \
# 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 \