aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb/pccbb_pci.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-02-16 05:24:19 +0000
committerWarner Losh <imp@FreeBSD.org>2007-02-16 05:24:19 +0000
commit33d7325a5f51e7834f4f662423fd6c51b0afa1aa (patch)
treec6c9e8948f4e071a555691db23507da13c35c285 /sys/dev/pccbb/pccbb_pci.c
parent8e4c6d04695a3dda1d1ce33c3c1609329bdd5cd8 (diff)
downloadsrc-33d7325a5f51e7834f4f662423fd6c51b0afa1aa.tar.gz
src-33d7325a5f51e7834f4f662423fd6c51b0afa1aa.zip
Fix typo in comment
Notes
Notes: svn path=/head/; revision=166785
Diffstat (limited to 'sys/dev/pccbb/pccbb_pci.c')
-rw-r--r--sys/dev/pccbb/pccbb_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c
index 07abaff5481f..ec7276772efd 100644
--- a/sys/dev/pccbb/pccbb_pci.c
+++ b/sys/dev/pccbb/pccbb_pci.c
@@ -611,7 +611,7 @@ cbb_chipinit(struct cbb_softc *sc)
/*
* Need to tell ExCA registers to CSC interrupts route via PCI
- * interrupts. There are two ways to do this. Once is to set
+ * interrupts. There are two ways to do this. One is to set
* INTR_ENABLE and the other is to set CSC to 0. Since both
* methods are mutually compatible, we do both.
*/