diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-08-08 01:05:21 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-08-08 01:05:21 +0000 |
commit | 32a596f9f7a8ec69037f178cece06121d03225f9 (patch) | |
tree | 6d7d1dee2dcd79cf496753d88548ac7effb4ab6b /sys/dev/acpi/acpicpu.c | |
parent | a7019f684115ef365b53839679a18eb58d097289 (diff) |
'prey' -> 'pray' in comment as prayer rather than predation seems
the intended meaning.
Diffstat (limited to 'sys/dev/acpi/acpicpu.c')
-rw-r--r-- | sys/dev/acpi/acpicpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpicpu.c b/sys/dev/acpi/acpicpu.c index 2e9ee2d94f3..398f2d4e2c4 100644 --- a/sys/dev/acpi/acpicpu.c +++ b/sys/dev/acpi/acpicpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpicpu.c,v 1.45 2008/08/06 05:24:44 gwk Exp $ */ +/* $OpenBSD: acpicpu.c,v 1.46 2008/08/08 01:05:20 krw Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * @@ -533,7 +533,7 @@ acpicpu_fetch_pss(struct acpicpu_pss **pss) /* * XXX: According to the ACPI spec in an SMP system all processors - * are supposed to support the same states. For now we prey + * are supposed to support the same states. For now we pray * the bios ensures this... * XXX part deux: this needs to account for _PPC as well * when AC is removed the nr of _PSS entries can go down |