diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-12-30 10:58:14 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-12-30 10:58:14 +0000 |
| commit | 3df5ecac8c5e0a9105ba0e783bd9e7077df944e7 (patch) | |
| tree | 8895a44928d5c242eb33f5909e96b16aa8b19f50 /usr.sbin/pciconf/pciconf.c | |
| parent | 719728bf116d9bb6dd6d4815102398132278deaa (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pciconf/pciconf.c')
| -rw-r--r-- | usr.sbin/pciconf/pciconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c index bb19160bc2cf6..919cc8574d462 100644 --- a/usr.sbin/pciconf/pciconf.c +++ b/usr.sbin/pciconf/pciconf.c @@ -188,10 +188,10 @@ list_devs(int verbose, int bars, int caps) /* * 255 entries should be more than enough for most people, * but if someone has more devices, and then changes things - * around between ioctls, we'll do the cheezy thing and + * around between ioctls, we'll do the cheesy thing and * just bail. The alternative would be to go back to the * beginning of the list, and print things twice, which may - * not be desireable. + * not be desirable. */ if (pc.status == PCI_GETCONF_LIST_CHANGED) { warnx("PCI device list changed, please try again"); |
