Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix comment
  • Loading branch information
benjaminp committed Oct 5, 2013
1 parent 5b72075 commit 9185a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/bytearrayobject.h
Expand Up @@ -22,7 +22,7 @@ extern "C" {
#ifndef Py_LIMITED_API
typedef struct {
PyObject_VAR_HEAD
Py_ssize_t ob_alloc; /* How many bytes allocated in ob_buffer */
Py_ssize_t ob_alloc; /* How many bytes allocated in ob_bytes */
char *ob_bytes; /* Physical backing buffer */
char *ob_start; /* Logical start inside ob_bytes */
/* XXX(nnorwitz): should ob_exports be Py_ssize_t? */
Expand Down

0 comments on commit 9185a5a

Please sign in to comment.