From: Jaroslav Kysela Date: Fri, 29 May 2026 10:45:34 +0000 (+0200) Subject: tinycompress.h: fix typos in comment for htimestamp functions X-Git-Tag: v1.2.16~20 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a20fed5e065448ab5cd875011a7ae7bdd1c2f429;p=tinycompress.git tinycompress.h: fix typos in comment for htimestamp functions Signed-off-by: Jaroslav Kysela --- diff --git a/include/tinycompress/tinycompress.h b/include/tinycompress/tinycompress.h index f954f25..74a7167 100644 --- a/include/tinycompress/tinycompress.h +++ b/include/tinycompress/tinycompress.h @@ -132,7 +132,7 @@ void compress_close(struct compress *compress); * return 0 on success, negative on error * * @compress: compress stream on which query is made - * @avail: buffer availble for write/read, in bytes + * @avail: buffer available for write/read, in bytes * @tstamp: hw time */ int compress_get_hpointer(struct compress *compress, @@ -140,11 +140,11 @@ int compress_get_hpointer(struct compress *compress, /* - * compress_get_hpointe64r: get the hw timestamp + * compress_get_hpointer64: get the hw timestamp * return 0 on success, negative on error * * @compress: compress stream on which query is made - * @avail: buffer availble for write/read, in bytes + * @avail: buffer available for write/read, in bytes * @tstamp: hw time */ int compress_get_hpointer64(struct compress *compress,