summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-05-18 21:27:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-05-18 21:27:26 +0000
commit3ba031339978adf970c28b9ea35ec30c80f0838f (patch)
tree9ef41607377f0c213061848f739038ec2e0b5d30 /sys/dev/pci
parentfc457bc9c1e4c36f96eeb3ab77db065834c1044e (diff)
paramter -> parameter
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/ahd_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/ahd_pci.c b/sys/dev/pci/ahd_pci.c
index 6224f6ac20b..5cf74f42253 100644
--- a/sys/dev/pci/ahd_pci.c
+++ b/sys/dev/pci/ahd_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahd_pci.c,v 1.12 2005/08/09 04:10:10 mickey Exp $ */
+/* $OpenBSD: ahd_pci.c,v 1.13 2006/05/18 21:27:24 miod Exp $ */
/*
* Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom
@@ -1129,7 +1129,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd, struct pci_attach_args *pa)
| AHD_FAINT_LED_BUG;
/*
- * IO Cell paramter setup.
+ * IO Cell parameter setup.
*/
AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
@@ -1150,7 +1150,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd, struct pci_attach_args *pa)
ahd->bugs |= AHD_INTCOLLISION_BUG|AHD_ABORT_LQI_BUG;
/*
- * IO Cell paramter setup.
+ * IO Cell parameter setup.
*/
AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
AHD_SET_SLEWRATE(ahd, AHD_SLEWRATE_DEF_REVB);