aboutsummaryrefslogtreecommitdiff
path: root/c/common/transform.h
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2018-03-02 15:49:58 +0100
committerGitHub <noreply@github.com>2018-03-02 15:49:58 +0100
commit533843e3546cd24c8344eaa899c6b0b681c8d222 (patch)
tree13625b3d6b0e53b23814c6e678d4ed853c73abff /c/common/transform.h
parent35e69fc7cf9421ab04ffc9d52cb36d07fa12984a (diff)
downloadbrotli-533843e3546cd24c8344eaa899c6b0b681c8d222.tar.gz
Update (#643)
Update * make the zopflification aware of `NDIRECT`, `NPOSTFIX` (better compression in `font` mode) * add small and simple decoder tool * fix typo * Java: wrapper: make decoder channel more async-friendly Ramp up version to 1.0.3 / 1.0.3
Diffstat (limited to 'c/common/transform.h')
-rwxr-xr-xc/common/transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/common/transform.h b/c/common/transform.h
index b279c04..456c12d 100755
--- a/c/common/transform.h
+++ b/c/common/transform.h
@@ -1,4 +1,4 @@
-/* transforms is a part of ABI, nut not API.
+/* transforms is a part of ABI, but not API.
It means that there are some functions that are supposed to be in "common"
library, but header itself is not placed into include/brotli. This way,