diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-27 07:45:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-27 07:45:55 +0000 |
commit | 8311f768b1688c2f272852366ec74526826a13e1 (patch) | |
tree | 1561eb90d79a349b40f0af3ab5661c02ef25f212 | |
parent | e321bb4f02f8d259815fefaaf8ceb40153674b51 (diff) |
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); |