Fix typo in comment. From Theo Buehler.
authormmcc <mmcc@openbsd.org>
Thu, 22 Oct 2015 02:29:20 +0000 (02:29 +0000)
committermmcc <mmcc@openbsd.org>
Thu, 22 Oct 2015 02:29:20 +0000 (02:29 +0000)
bin/ksh/Makefile

index a5a2fc2..b330267 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.30 2015/10/10 00:10:07 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.31 2015/10/22 02:29:20 mmcc Exp $
 
 PROG=  ksh
 SRCS=  alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c eval.c \
@@ -6,7 +6,7 @@ SRCS=   alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c eval.c \
        misc.c path.c shf.c syn.c table.c trap.c tree.c tty.c var.c \
        version.c vi.c
 
-# -DMKNOD - enable builtin mknod; conficts with pledge(2)
+# -DMKNOD - enable builtin mknod; conflicts with pledge(2)
 DEFS=  -Wall
 CFLAGS+=${DEFS} -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/gen
 MAN=   ksh.1 sh.1