aboutsummaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authorBrotli <no-reply@google.com>2023-01-16 18:04:35 +0000
committerEvgenii Kliuchnikov <eustas.ru@gmail.com>2023-01-17 13:51:00 +0000
commit36533a866ed1ca4b75cf049f4521e4ec5fe24727 (patch)
tree8ee92b5b4ad5e16c0661e9dcf25ba49012c1dc7a /c
parent71fe6cac061ac62c0241f410fbd43a04a6b4f303 (diff)
downloadbrotli-36533a866ed1ca4b75cf049f4521e4ec5fe24727.zip
brotli-36533a866ed1ca4b75cf049f4521e4ec5fe24727.tar.gz
brotli-36533a866ed1ca4b75cf049f4521e4ec5fe24727.tar.bz2
Internal change
PiperOrigin-RevId: 502401179
Diffstat (limited to 'c')
-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 b2c6f61..7247d3d 100644
--- a/c/include/brotli/encode.h
+++ b/c/include/brotli/encode.h
@@ -453,7 +453,7 @@ BROTLI_ENC_API BROTLI_BOOL BrotliEncoderHasMoreOutput(
*
* This method is used to make language bindings easier and more efficient:
* -# push data to ::BrotliEncoderCompressStream,
- * until ::BrotliEncoderHasMoreOutput returns BROTL_TRUE
+ * until ::BrotliEncoderHasMoreOutput returns BROTLI_TRUE
* -# use ::BrotliEncoderTakeOutput to peek bytes and copy to language-specific
* entity
*