Skip to content

Commit 4255203

Browse files
authored
Update Modules/hmacmodule.c
1 parent 9c16970 commit 4255203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/hmacmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ hmac_new_object(PyTypeObject *tp)
681681
return NULL;
682682
}
683683
HASHLIB_INIT_MUTEX(self);
684-
// tp_alloc initialize the memory to zero but the unknown kind is -1
684+
// tp_alloc initializes the memory to zero but the unknown kind is -1
685685
self->kind = Py_hmac_kind_hash_unknown;
686686
return self;
687687
}

0 commit comments

Comments
 (0)