diff options
author | 2017-01-04 03:35:29 +0000 | |
---|---|---|
committer | 2017-01-04 03:35:29 +0000 | |
commit | a04043068d035c2cdbc98a3345de7052f5f3442f (patch) | |
tree | 4fb86236f341ecd523211cb22bc3df38161f72f0 | |
parent | make if_input return early if the mbuf list is empty. (diff) | |
download | wireguard-openbsd-a04043068d035c2cdbc98a3345de7052f5f3442f.tar.xz wireguard-openbsd-a04043068d035c2cdbc98a3345de7052f5f3442f.zip |
s/Signaled/Signalled/
-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" }; |