other: fix typo

This commit is contained in:
Cary Xu 2022-07-11 21:04:57 +08:00
parent 6e4b8ed618
commit 87050fa58c
1 changed files with 1 additions and 1 deletions

View File

@ -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