Fix typo in hash_composite_inc.h (#903)

defered -> deferred
This commit is contained in:
Ikko Ashimine 2021-06-23 16:42:28 +09:00 committed by GitHub
parent f8c6717745
commit bdcfb123c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) */