summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorJolan Luff <jolan@cvs.openbsd.org>2004-04-25 03:21:20 +0000
committerJolan Luff <jolan@cvs.openbsd.org>2004-04-25 03:21:20 +0000
commit3e5d9ff053f702e35da7618abfdd2e022658e9a9 (patch)
tree5d881eb143e9ecb9ed08ea462fbc78f7fafa94a6 /sys/compat/linux
parentbe1533d6b2ff27227ea089d99ce2a6e88b8d77c5 (diff)
fix typos/spelling in comments, from pedro martelletto
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/linux_emuldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_emuldata.h b/sys/compat/linux/linux_emuldata.h
index 38d1a20cc3f..a58f0e22465 100644
--- a/sys/compat/linux/linux_emuldata.h
+++ b/sys/compat/linux/linux_emuldata.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_emuldata.h,v 1.2 2003/06/23 18:23:48 tedu Exp $ */
+/* $OpenBSD: linux_emuldata.h,v 1.3 2004/04/25 03:21:19 jolan Exp $ */
/* $NetBSD: linux_emuldata.h,v 1.4 2002/02/15 16:48:02 christos Exp $ */
/*-
* Copyright (c) 1998,2002 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
#define _LINUX_EMULDATA_H
/*
- * This is auxillary data the linux compat code
+ * This is auxiliary data the linux compat code
* needs to do its work. A pointer to it is
* stored in the emuldata field of the proc
* structure.