aboutsummaryrefslogtreecommitdiff
path: root/c/enc
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-06-23 16:42:28 +0900
committerGitHub <noreply@github.com>2021-06-23 09:42:28 +0200
commitbdcfb123c86c005ee7fbe7e47373f29cb0f48ab7 (patch)
tree3d07d6393af6a53e6dcc0a352d70e3ea064354c1 /c/enc
parentf8c671774514357abec2f6b14c8ee13c6fd885d3 (diff)
downloadbrotli-bdcfb123c86c005ee7fbe7e47373f29cb0f48ab7.zip
brotli-bdcfb123c86c005ee7fbe7e47373f29cb0f48ab7.tar.gz
brotli-bdcfb123c86c005ee7fbe7e47373f29cb0f48ab7.tar.bz2
Fix typo in hash_composite_inc.h (#903)
defered -> deferred
Diffstat (limited to 'c/enc')
-rw-r--r--c/enc/hash_composite_inc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/enc/hash_composite_inc.h b/c/enc/hash_composite_inc.h
index 059237c..5664e6b 100644
--- a/c/enc/hash_composite_inc.h
+++ b/c/enc/hash_composite_inc.h
@@ -48,7 +48,7 @@ static void FN(Initialize)(HasherCommon* common,
self->hb_common = *self->common;
self->fresh = BROTLI_TRUE;
self->params = params;
- /* TODO: Initialize of the hashers is defered to Prepare (and params
+ /* TODO: Initialize of the hashers is deferred to Prepare (and params
remembered here) because we don't get the one_shot and input_size params
here that are needed to know the memory size of them. Instead provide
those params to all hashers FN(Initialize) */