From: krw Date: Fri, 8 Aug 2008 01:05:20 +0000 (+0000) Subject: 'prey' -> 'pray' in comment as prayer rather than predation seems X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4171d6392b52bb63de835a9dde93b338c6a99584;p=openbsd 'prey' -> 'pray' in comment as prayer rather than predation seems the intended meaning. --- 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 * @@ -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