From: Jaroslav Kysela Date: Fri, 29 May 2026 11:04:10 +0000 (+0200) Subject: tinycompress.h: fix avail/samples typo in comment for get_tstamp function X-Git-Tag: v1.2.16~17 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2199de4290d5eea6884a9e078d6d1a2d78c785a0;p=tinycompress.git tinycompress.h: fix avail/samples typo in comment for get_tstamp function Signed-off-by: Jaroslav Kysela --- diff --git a/include/tinycompress/tinycompress.h b/include/tinycompress/tinycompress.h index 2fb6b0b..c7b1b73 100644 --- a/include/tinycompress/tinycompress.h +++ b/include/tinycompress/tinycompress.h @@ -155,7 +155,7 @@ int compress_get_hpointer64(struct compress *compress, /* * compress_get_tstamp: get the raw hw timestamp * return 0 on success, negative on error - * returns -ERANGE if avail exceeds UINT_MAX; *samples is set to UINT_MAX + * returns -ERANGE if samples exceeds UINT_MAX; *samples is set to UINT_MAX * * @compress: compress stream on which query is made * @samples: number of decoded samples played