aboutsummaryrefslogtreecommitdiff
path: root/c/include/brotli/encode.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/include/brotli/encode.h')
-rw-r--r--c/include/brotli/encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/include/brotli/encode.h b/c/include/brotli/encode.h
index e4cf18b..df89928 100644
--- a/c/include/brotli/encode.h
+++ b/c/include/brotli/encode.h
@@ -283,7 +283,7 @@ BROTLI_ENC_API BROTLI_BOOL BrotliEncoderCompress(
* that amount.
*
* @p total_out, if it is not a null-pointer, will be set to the number
- * of bytes decompressed since the last @p state initialization.
+ * of bytes compressed since the last @p state initialization.
*
*
*