summaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-20 19:34:22 +0000
committerandvar <andvar@NetBSD.org>2022-05-20 19:34:22 +0000
commitd6af6388d774e26e933f5f6bc9da47415cd52aee (patch)
treea5f53f5e223def128ae4f87aed6b897e17ff188b /sys/compat
parentea22547f84bb8af942189b43bde051dbfa0ebd71 (diff)
s/auxillary/auxiliary/ in comments.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/common/linux_emuldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_emuldata.h b/sys/compat/linux/common/linux_emuldata.h
index b6e66445d09..461c7464a6e 100644
--- a/sys/compat/linux/common/linux_emuldata.h
+++ b/sys/compat/linux/common/linux_emuldata.h
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_emuldata.h,v 1.19 2020/04/26 18:53:33 thorpej Exp $ */
+/* $NetBSD: linux_emuldata.h,v 1.20 2022/05/20 19:34:22 andvar Exp $ */
/*-
* Copyright (c) 1998,2002 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#define _COMMON_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.