diff options
Diffstat (limited to 'src/include/nhlt.h')
-rw-r--r-- | src/include/nhlt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nhlt.h b/src/include/nhlt.h index a361ed8fda..e4cfcf63fb 100644 --- a/src/include/nhlt.h +++ b/src/include/nhlt.h @@ -54,7 +54,7 @@ struct nhlt_format_config; /* Obtain an nhlt object for adding endpoints. Returns NULL on error. */ struct nhlt *nhlt_init(void); -/* Return the size of the NHLT table including APCI header. */ +/* Return the size of the NHLT table including ACPI header. */ size_t nhlt_current_size(struct nhlt *nhlt); /* |