From 32df49e9f85f11f961655c70bae85203087db730 Mon Sep 17 00:00:00 2001 From: Stella Lau Date: Fri, 30 Jun 2017 12:56:24 -0700 Subject: [PATCH] Fix typo --- lib/common/huf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/huf.h b/lib/common/huf.h index 16184e490..dabd35991 100644 --- a/lib/common/huf.h +++ b/lib/common/huf.h @@ -118,7 +118,7 @@ HUF_PUBLIC_API size_t HUF_compress4X_wksp (void* dst, size_t dstCapacity, const * The space used depends on HUF_TABLELOG_MAX, ranging from ~1500 bytes when * HUF_TABLE_LOG_MAX=12 to ~1850 bytes when HUF_TABLE_LOG_MAX=15. * Buffer overflow errors may potentially occur if code modifications result in - * a requiredw workspace size greater than that specified in the following + * a required workspace size greater than that specified in the following * macro. */ #define HUF_DECOMPRESS_WORKSPACE_SIZE (2 << 10) -- 2.47.2