diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-04 14:36:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-04 14:36:06 +0000 |
commit | 83e9ad2daf5046f8fcb4dcd722170ff3b2605cbf (patch) | |
tree | 8f585230a8805011a344727e18d2be432f63e444 | |
parent | 5a6ac629cdde174b71fcf8eddcfd34d893c5a6ec (diff) |
Thinkpad -> ThinkPad; from Igor Sobrado
ok millert jasper mbalmer
-rw-r--r-- | sbin/fdisk/part.c | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/libsa/biosdev.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/libsa/biosdev.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/fdisk/part.c b/sbin/fdisk/part.c index 0df42311b57..8d73fa55751 100644 --- a/sbin/fdisk/part.c +++ b/sbin/fdisk/part.c @@ -1,4 +1,4 @@ -/* $OpenBSD: part.c,v 1.42 2006/06/09 17:01:47 deraadt Exp $ */ +/* $OpenBSD: part.c,v 1.43 2007/04/04 14:36:05 jmc Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -68,7 +68,7 @@ static const struct part_type { { 0x17, "OS/2 hidden "}, /* OS/2 BM: hidden IFS */ { 0x18, "AST swap "}, /* AST Windows swapfile */ { 0x19, "Willowtech "}, /* Willowtech Photon coS */ - { 0x1C, "Thinkpad Rec"}, /* IBM Thinkpad recovery partition */ + { 0x1C, "ThinkPad Rec"}, /* IBM ThinkPad recovery partition */ { 0x20, "Willowsoft "}, /* Willowsoft OFS1 */ { 0x24, "NEC DOS "}, /* NEC DOS */ { 0x38, "Theos "}, /* Theos */ diff --git a/sys/arch/amd64/stand/libsa/biosdev.c b/sys/arch/amd64/stand/libsa/biosdev.c index 29516e4c77b..696acf81d24 100644 --- a/sys/arch/amd64/stand/libsa/biosdev.c +++ b/sys/arch/amd64/stand/libsa/biosdev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: biosdev.c,v 1.3 2006/10/12 12:14:17 krw Exp $ */ +/* $OpenBSD: biosdev.c,v 1.4 2007/04/04 14:36:05 jmc Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -131,7 +131,7 @@ bios_getdiskinfo(int dev, bios_diskinfo_t *pdi) /* NOTE: * This currently hangs/reboots some machines - * The IBM Thinkpad 750ED for one. + * The IBM ThinkPad 750ED for one. * * Funny that an IBM/MS extension would not be * implemented by an IBM system... diff --git a/sys/arch/i386/stand/libsa/biosdev.c b/sys/arch/i386/stand/libsa/biosdev.c index 4a9e6b206a5..b3dbe74c317 100644 --- a/sys/arch/i386/stand/libsa/biosdev.c +++ b/sys/arch/i386/stand/libsa/biosdev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: biosdev.c,v 1.70 2006/10/12 12:14:17 krw Exp $ */ +/* $OpenBSD: biosdev.c,v 1.71 2007/04/04 14:36:05 jmc Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -134,7 +134,7 @@ bios_getdiskinfo(int dev, bios_diskinfo_t *pdi) /* NOTE: * This currently hangs/reboots some machines - * The IBM Thinkpad 750ED for one. + * The IBM ThinkPad 750ED for one. * * Funny that an IBM/MS extension would not be * implemented by an IBM system... |