From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxIcx-0006Om-Kd for qemu-devel@nongnu.org; Wed, 18 Jun 2014 12:22:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxIcn-0001JG-Nv for qemu-devel@nongnu.org; Wed, 18 Jun 2014 12:22:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxIcn-0001Is-Gg for qemu-devel@nongnu.org; Wed, 18 Jun 2014 12:22:13 -0400 Date: Wed, 18 Jun 2014 19:22:28 +0300 From: "Michael S. Tsirkin" Message-ID: <1403108034-32054-104-git-send-email-mst@redhat.com> References: <1403108034-32054-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403108034-32054-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PULL v2 103/106] acpi: rephrase comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori , Stefan Hajnoczi , Alex Bligh , Peter Crosthwaite , Igor Mammedov "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 e93de6c..1f678b4 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 -- MST