From a20fed5e065448ab5cd875011a7ae7bdd1c2f429 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 29 May 2026 12:45:34 +0200 Subject: [PATCH] tinycompress.h: fix typos in comment for htimestamp functions Signed-off-by: Jaroslav Kysela --- include/tinycompress/tinycompress.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 2.52.0