diff options
author | 2007-04-10 17:47:52 +0000 | |
---|---|---|
committer | 2007-04-10 17:47:52 +0000 | |
commit | 0f1683a6cf238b3bcb0751de160eac08216b3072 (patch) | |
tree | d3761b82b9c47234d8299ff041d7d58ce7927ccf /sys/dev/pci/adv_pci.c | |
parent | when kevent fails, the errno is a lot more interesting to print than -1 (diff) | |
download | wireguard-openbsd-0f1683a6cf238b3bcb0751de160eac08216b3072.tar.xz wireguard-openbsd-0f1683a6cf238b3bcb0751de160eac08216b3072.zip |
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/dev/pci/adv_pci.c')
-rw-r--r-- | sys/dev/pci/adv_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/adv_pci.c b/sys/dev/pci/adv_pci.c index e820541cd24..a9440e76abd 100644 --- a/sys/dev/pci/adv_pci.c +++ b/sys/dev/pci/adv_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adv_pci.c,v 1.8 2005/09/11 18:17:08 mickey Exp $ */ +/* $OpenBSD: adv_pci.c,v 1.9 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: adv_pci.c,v 1.5 1998/09/26 15:52:55 dante Exp $ */ /* @@ -106,7 +106,7 @@ const struct pci_matchid adv_pci_devices[] = { /******************************************************************************/ /* * Check the slots looking for a board we recognise - * If we find one, note it's address (slot) and call + * If we find one, note its address (slot) and call * the actual probe routine to check it out. */ int |