From: Ned Deily Date: Fri, 2 Aug 2013 05:12:29 +0000 (-0700) Subject: Issue #18627: Fix typo noticed by Vajrasky Kok. X-Git-Tag: v3.4.0a1~12^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd143c3760afec6609155e94279cba7d07a743bd;p=thirdparty%2FPython%2Fcpython.git Issue #18627: Fix typo noticed by Vajrasky Kok. --- diff --git a/Modules/hashlib.h b/Modules/hashlib.h index db39cea7aaed..459914605f08 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 { \