[PATCH linux-next] include/linux/zstd.h: Fix spelling errors in comments

From: luo penghao
Date: Thu Oct 28 2021 - 03:22:09 EST


It’s just a small problem. Although it doesn’t affect reading,
it seems that it should be revised.

Reported-by: luo penghao <luo.penghao@xxxxxxxxxx>
Signed-off-by: luo penghao <luo.penghao@xxxxxxxxxx>
---
include/linux/zstd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/zstd.h b/include/linux/zstd.h
index e87f78c..a093e18 100644
--- a/include/linux/zstd.h
+++ b/include/linux/zstd.h
@@ -90,7 +90,7 @@ size_t ZSTD_compressBound(size_t srcSize);
* ZSTD_isError() - tells if a size_t function result is an error code
* @code: The function result to check for error.
*
- * Return: Non-zero iff the code is an error.
+ * Return: Non-zero if the code is an error.
*/
static __attribute__((unused)) unsigned int ZSTD_isError(size_t code)
{
--
2.15.2