Skip to content

Commit a9dae22

Browse files
committed
better comment
1 parent 2ab8f83 commit a9dae22

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
@@ -1099,7 +1099,7 @@ _hmac_compute_digest_impl(PyObject *module, PyObject *key, PyObject *msg,
10991099
}
11001100

11011101
/*
1102-
* Obtain a view from 'key' and 'msg', storing it in 'keyview' and 'msgview'.
1102+
* Obtain a view for 'key' and 'msg', storing it in 'keyview' and 'msgview'.
11031103
*
11041104
* Return 0 on success; otherwise set an exception and return -1.
11051105
*

0 commit comments

Comments
 (0)