Laszlo Ersek <ler...@redhat.com> writes: > Signed-off-by: Laszlo Ersek <ler...@redhat.com> > Acked-by: Michael S. Tsirkin <m...@redhat.com>
Reviewed-by: Anthony Liguori <aligu...@us.ibm.com> Regards, Anthony Liguori > --- > hw/acpi/core.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/acpi/core.c b/hw/acpi/core.c > index 64b8718..69cadb0 100644 > --- a/hw/acpi/core.c > +++ b/hw/acpi/core.c > @@ -86,7 +86,7 @@ static int acpi_checksum(const uint8_t *data, int len) > * is optionally overwritten from @hdrs. > * > * It is valid to call this function with > - * (@blob == NULL && bloblen == 0 && !has_header). > + * (@blob == NULL && @bloblen == 0 && !@has_header). > * > * @hdrs->file and @hdrs->data are ignored. > * > -- > 1.7.1