From bd143c3760afec6609155e94279cba7d07a743bd Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 1 Aug 2013 22:12:29 -0700 Subject: [PATCH] Issue #18627: Fix typo noticed by Vajrasky Kok. --- Modules/hashlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/hashlib.h b/Modules/hashlib.h index db39cea7aae..459914605f0 100644 --- a/Modules/hashlib.h +++ b/Modules/hashlib.h @@ -2,7 +2,7 @@ /* * Given a PyObject* obj, fill in the Py_buffer* viewp with the result - * of PyObject_GetBuffer. Sets and exception and issues a return NULL + * of PyObject_GetBuffer. Sets an exception and issues a return NULL * on any errors. */ #define GET_BUFFER_VIEW_OR_ERROUT(obj, viewp) do { \