From b4acfbcd95ac9a668e2f49dd9e1449ea81263752 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Tue, 17 Jun 2014 22:02:00 +0300 Subject: [PATCH] acpi: rephrase comment "only upto" is not proper English. Say "up to" and drop "only". Reported-by: Eric Blake Signed-off-by: Michael S. Tsirkin --- include/hw/acpi/acpi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/hw/acpi/acpi.h b/include/hw/acpi/acpi.h index e93de6cab1..1f678b4bf2 100644 --- a/include/hw/acpi/acpi.h +++ b/include/hw/acpi/acpi.h @@ -27,8 +27,7 @@ #include "hw/irq.h" /* - * current device naming scheme supports - * only upto 256 memory devices + * current device naming scheme supports up to 256 memory devices */ #define ACPI_MAX_RAM_SLOTS 256 -- 2.30.2