summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-04-19 11:04:12 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-04-19 11:04:12 +0000
commitd16d8fd4457a6231c6a0863b3065004aba4c60b3 (patch)
treea3a83a1f30966aaeb2dd99155c1d63cd8937c936 /sys
parenta38ee47f40a33916bab1b0ecd7e85ac0ae897a3c (diff)
Fix typo pointed out by a couple of people.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/extent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/extent.h b/sys/sys/extent.h
index 7880117d30a..5bacde20e01 100644
--- a/sys/sys/extent.h
+++ b/sys/sys/extent.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extent.h,v 1.10 2009/04/10 20:57:04 kettenis Exp $ */
+/* $OpenBSD: extent.h,v 1.11 2009/04/19 11:04:11 kettenis Exp $ */
/* $NetBSD: extent.h,v 1.6 1997/10/09 07:43:05 jtc Exp $ */
/*-
@@ -82,7 +82,7 @@ struct extent_fixed {
#define EX_MALLOCOK 0x10 /* safe to call malloc() */
#define EX_WAITSPACE 0x20 /* wait for space to become free */
#define EX_BOUNDZERO 0x40 /* boundary lines start at 0 */
-#define EX_CONFLICTOK 0x80 /* allow conlficts */
+#define EX_CONFLICTOK 0x80 /* allow conflicts */
/*
* Special place holders for "alignment" and "boundary" arguments,