]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #18627: Fix typo noticed by Vajrasky Kok.
authorNed Deily <nad@acm.org>
Fri, 2 Aug 2013 05:12:29 +0000 (22:12 -0700)
committerNed Deily <nad@acm.org>
Fri, 2 Aug 2013 05:12:29 +0000 (22:12 -0700)
Modules/hashlib.h

index db39cea7aaed3782d5080bc9bd57b4aae8077cef..459914605f08b3c2c13744bfe485e845903fdf4e 100644 (file)
@@ -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 { \