diff --git a/lib/cmp_chunk.h b/lib/cmp_chunk.h
index 77df4e21f5fdb7399fb034c3ae565f394abe8580..82db9d08c5ec3349661ff7058f4567be1a58dca2 100644
--- a/lib/cmp_chunk.h
+++ b/lib/cmp_chunk.h
@@ -153,7 +153,7 @@ void compress_chunk_init(uint64_t(return_timestamp)(void), uint32_t version_id);
  * @param dst			destination pointer to the compressed data
  *				buffer; has to be 4-byte aligned; can be NULL to
  *				only get the compressed data size
- * @param dst_capacity		capacity of the dst buffer;  it's recommended to
+ * @param dst_capacity		capacity of the dst buffer; it's recommended to
  *				provide a dst_capacity >=
  *				compress_chunk_cmp_size_bound(chunk, chunk_size)
  *				as it eliminates one potential failure scenario:
diff --git a/lib/icu_compress/cmp_icu.c b/lib/icu_compress/cmp_icu.c
index 3703ecd11211f3a3597c47b3a11b3e0448bfb1a6..c8a74309ae2f3da0c33550c7df90fb556f32abb0 100644
--- a/lib/icu_compress/cmp_icu.c
+++ b/lib/icu_compress/cmp_icu.c
@@ -2053,7 +2053,7 @@ void compress_chunk_init(uint64_t(return_timestamp)(void), uint32_t version_id)
  * @param dst			destination pointer to the compressed data
  *				buffer; has to be 4-byte aligned; can be NULL to
  *				only get the compressed data size
- * @param dst_capacity		capacity of the dst buffer;  it's recommended to
+ * @param dst_capacity		capacity of the dst buffer; it's recommended to
  *				provide a dst_capacity >=
  *				compress_chunk_cmp_size_bound(chunk, chunk_size)
  *				as it eliminates one potential failure scenario: