summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-07-27 07:45:54 +0000
committerderaadt <deraadt@openbsd.org>2006-07-27 07:45:54 +0000
commit6f806107d5d820fad87c7a0ab5d1d4f3d5fc7923 (patch)
treedfb3127d57305b338a955550b342a35c8bc26356
parentCompile all kernels with -Wstack-usage-larger-than-2047, now that all (diff)
downloadwireguard-openbsd-6f806107d5d820fad87c7a0ab5d1d4f3d5fc7923.tar.xz
wireguard-openbsd-6f806107d5d820fad87c7a0ab5d1d4f3d5fc7923.zip
typo
-rw-r--r--sys/dev/pci/opl_cmpci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/opl_cmpci.c b/sys/dev/pci/opl_cmpci.c
index f58b303eed3..8733c4d82ac 100644
--- a/sys/dev/pci/opl_cmpci.c
+++ b/sys/dev/pci/opl_cmpci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: opl_cmpci.c,v 1.2 2006/07/27 05:55:03 miod Exp $ */
+/* $OpenBSD: opl_cmpci.c,v 1.3 2006/07/27 07:45:54 deraadt Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@ opl_cmpci_match(struct device *parent, void *match, void *aux)
{
struct audio_attach_args *aa = (struct audio_attach_args *)aux;
struct cmpci_softc *ssc = (struct cmpci_softc *)parent;
- struct opl_attach_args oaa;
+ struct opl_attach_arg oaa;
if (aa->type != AUDIODEV_TYPE_OPL)
return (0);