There was an error while loading. Please reload this page.
1 parent 9c16970 commit 4255203Copy full SHA for 4255203
1 file changed
Modules/hmacmodule.c
@@ -681,7 +681,7 @@ hmac_new_object(PyTypeObject *tp)
681
return NULL;
682
}
683
HASHLIB_INIT_MUTEX(self);
684
- // tp_alloc initialize the memory to zero but the unknown kind is -1
+ // tp_alloc initializes the memory to zero but the unknown kind is -1
685
self->kind = Py_hmac_kind_hash_unknown;
686
return self;
687
0 commit comments