diff options
author | 2007-04-04 14:36:05 +0000 | |
---|---|---|
committer | 2007-04-04 14:36:05 +0000 | |
commit | b5d602aea6af78950f679b1227f8ce9cd4e408d7 (patch) | |
tree | b98a559f5ae4de7b99f117d9e4c079805cd628ec /sys | |
parent | Don't remove the process from the threads queue in proc_zap() as that (diff) | |
download | wireguard-openbsd-b5d602aea6af78950f679b1227f8ce9cd4e408d7.tar.xz wireguard-openbsd-b5d602aea6af78950f679b1227f8ce9cd4e408d7.zip |
Thinkpad -> ThinkPad; from Igor Sobrado
ok millert jasper mbalmer
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/libsa/biosdev.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/libsa/biosdev.c | 4 |
2 files changed, 4 insertions, 4 deletions
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... |