summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcibus.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1997-04-09 09:16:27 +0000
committerse <se@FreeBSD.org>1997-04-09 09:16:27 +0000
commit40e14fad0f5061bab7e723febb5c5b8fdeea34a2 (patch)
treeee4fcff5f485f76dcf8df8335bb5606f87140b92 /sys/i386/isa/pcibus.c
parenta783c063eef72ce11fdb8bce351171f997041bc9 (diff)
downloadFreeBSD-src-40e14fad0f5061bab7e723febb5c5b8fdeea34a2.zip
FreeBSD-src-40e14fad0f5061bab7e723febb5c5b8fdeea34a2.tar.gz
Fix spelling of align and interrupt in comments.
Diffstat (limited to 'sys/i386/isa/pcibus.c')
-rw-r--r--sys/i386/isa/pcibus.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/isa/pcibus.c b/sys/i386/isa/pcibus.c
index a626d6c..a383688 100644
--- a/sys/i386/isa/pcibus.c
+++ b/sys/i386/isa/pcibus.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcibus.c,v 1.32 1997/03/05 20:52:00 se Exp $
+** $Id: pcibus.c,v 1.33 1997/04/09 09:15:03 se Exp $
**
** pci bus subroutines for i386 architecture.
**
@@ -67,17 +67,17 @@
** pcibus_read():
** Read a long word from the pci configuration space.
** Requires a tag (from pcitag) and the register
-** number (should be a long word alligned one).
+** number (should be a long word aligned one).
**
** pcibus_write():
** Writes a long word to the pci configuration space.
** Requires a tag (from pcitag), the register number
-** (should be a long word alligned one), and a value.
+** (should be a long word aligned one), and a value.
**
** pcibus_regirq():
-** Register an interupt handler for a pci device.
+** Register an interrupt handler for a pci device.
** Requires a tag (from pcitag), the register number
-** (should be a long word alligned one), and a value.
+** (should be a long word aligned one), and a value.
**
**-----------------------------------------------------------------
*/
@@ -432,7 +432,7 @@ pcibus_write (pcici_t tag, u_long reg, u_long data)
/*-----------------------------------------------------------------------
**
-** Register an interupt handler for a pci device.
+** Register an interrupt handler for a pci device.
**
**-----------------------------------------------------------------------
*/
OpenPOWER on IntegriCloud