diff mbox

[v2,2/7] acpi_table_install(): fix funcparam formatting in leading comment

Message ID 1366058872-11196-3-git-send-email-lersek@redhat.com
State New
Headers show

Commit Message

Laszlo Ersek April 15, 2013, 8:47 p.m. UTC
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---
 hw/acpi/core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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.
  *