diff options
author | 2006-07-27 07:45:54 +0000 | |
---|---|---|
committer | 2006-07-27 07:45:54 +0000 | |
commit | 6f806107d5d820fad87c7a0ab5d1d4f3d5fc7923 (patch) | |
tree | dfb3127d57305b338a955550b342a35c8bc26356 | |
parent | Compile all kernels with -Wstack-usage-larger-than-2047, now that all (diff) | |
download | wireguard-openbsd-6f806107d5d820fad87c7a0ab5d1d4f3d5fc7923.tar.xz wireguard-openbsd-6f806107d5d820fad87c7a0ab5d1d4f3d5fc7923.zip |
typo
-rw-r--r-- | sys/dev/pci/opl_cmpci.c | 4 |
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); |