diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2014-06-17 22:02:00 +0300 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2014-06-19 18:44:22 +0300 |
| commit | b4acfbcd95ac9a668e2f49dd9e1449ea81263752 (patch) | |
| tree | b6858b6645a56b721ea45831e48c9dfc5e33e923 /include/hw/acpi/acpi.h | |
| parent | 02edd407f3f1a1c3aaf5247d131735cf71657d8b (diff) | |
| download | focaccia-qemu-b4acfbcd95ac9a668e2f49dd9e1449ea81263752.tar.gz focaccia-qemu-b4acfbcd95ac9a668e2f49dd9e1449ea81263752.zip | |
acpi: rephrase comment
"only upto" is not proper English. Say "up to" and drop "only". Reported-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/acpi/acpi.h')
| -rw-r--r-- | include/hw/acpi/acpi.h | 3 |
1 files changed, 1 insertions, 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 |