From 87050fa58c9572621a46a6e6fcb53f53d29add6f Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Mon, 11 Jul 2022 21:04:57 +0800 Subject: [PATCH] other: fix typo --- include/util/thash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util/thash.h b/include/util/thash.h index fc8785a8fb..781c22a56a 100644 --- a/include/util/thash.h +++ b/include/util/thash.h @@ -188,7 +188,7 @@ void *taosHashGetKey(void *data, size_t* keyLen); void *taosHashAcquire(SHashObj *pHashObj, const void *key, size_t keyLen); /** - * release the prevous acquired obj + * release the previous acquired obj * * @param pHashObj * @param data -- GitLab