Issue #18627: Fix typo noticed by Vajrasky Kok.

This commit is contained in:
Ned Deily 2013-08-01 22:12:29 -07:00
parent b5dd6d2287
commit bd143c3760
1 changed files with 1 additions and 1 deletions

View 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 { \