diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2017-01-04 03:35:30 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2017-01-04 03:35:30 +0000 |
commit | a413a8367d7361b349a0f5227f2b2f138a1a2565 (patch) | |
tree | 8d424ca10f144a271a9407bfb2a04dab5d15605c /usr.sbin/pcidump | |
parent | 0489e9b025ae1223cfdd04db07bb6ad0f31d0ab0 (diff) |
s/Signaled/Signalled/
Diffstat (limited to 'usr.sbin/pcidump')
-rw-r--r-- | usr.sbin/pcidump/pcidump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pcidump/pcidump.c b/usr.sbin/pcidump/pcidump.c index 08d94506421..395d780dbbc 100644 --- a/usr.sbin/pcidump/pcidump.c +++ b/usr.sbin/pcidump/pcidump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcidump.c,v 1.40 2016/08/27 04:38:48 guenther Exp $ */ +/* $OpenBSD: pcidump.c,v 1.41 2017/01/04 03:35:29 dlg Exp $ */ /* * Copyright (c) 2006, 2007 David Gwynne <loki@animata.net> @@ -85,7 +85,7 @@ const char *pci_capnames[] = { "AGP", "Vital Product Data (VPD)", "Slot Identification", - "Message Signaled Interrupts (MSI)", + "Message Signalled Interrupts (MSI)", "CompactPCI Hot Swap", "PCI-X", "AMD LDT/HT", @@ -97,7 +97,7 @@ const char *pci_capnames[] = { "AGP8", "Secure", "PCI Express", - "Extended Message Signaled Interrupts (MSI-X)", + "Extended Message Signalled Interrupts (MSI-X)", "SATA", "PCI Advanced Features" }; |