diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-01-09 15:35:19 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-01-09 15:35:19 +0000 |
commit | f236d0ffde677abb17fdcc329a3b0bc1f5befb56 (patch) | |
tree | 7e4ee56354b31117856e76e29011568bb6fd82f7 /usr.bin | |
parent | 3eb2fb459a3e895e371cb549ddec1b1861dce194 (diff) |
max -> min typo
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/pnpinfo/pnpinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pnpinfo/pnpinfo.c b/usr.bin/pnpinfo/pnpinfo.c index 40ef429f655..34262813ab4 100644 --- a/usr.bin/pnpinfo/pnpinfo.c +++ b/usr.bin/pnpinfo/pnpinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pnpinfo.c,v 1.1 1996/08/11 15:48:55 shawn Exp $ */ +/* $OpenBSD: pnpinfo.c,v 1.2 1997/01/09 15:35:18 weingart Exp $ */ /* * Copyright (c) 1996, Sujal M. Patel * All rights reserved. @@ -385,7 +385,7 @@ handle_small_res(resinfo, item, len) printf("Device decodes the full 16-bit ISA address\n"); else printf("Device does not decode the full 16-bit ISA address\n"); - printf("I/O Range maximum address: 0x%x\n", + printf("I/O Range minimum address: 0x%x\n", resinfo[1] + (resinfo[2] << 8)); printf("I/O Range maximum address: 0x%x\n", resinfo[3] + (resinfo[4] << 8)); |