summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-08-02 05:13:30 (GMT)
committerNed Deily <nad@acm.org>2013-08-02 05:13:30 (GMT)
commit970a87fc07c780689c71764ad10de75bbac6d4d8 (patch)
tree1ade94930a3353efa10d4b4b8269bf91cb27abbe /Modules
parentffb32893a35082798a511cb47cdcf3376455a59f (diff)
parentbd143c3760afec6609155e94279cba7d07a743bd (diff)
downloadcpython-970a87fc07c780689c71764ad10de75bbac6d4d8.zip
cpython-970a87fc07c780689c71764ad10de75bbac6d4d8.tar.gz
cpython-970a87fc07c780689c71764ad10de75bbac6d4d8.tar.bz2
Closes #18627: merge from 3.3
Diffstat (limited to 'Modules')
-rw-r--r--Modules/hashlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/hashlib.h b/Modules/hashlib.h
index 7cb6ee5..51c68f6 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 { \