summaryrefslogtreecommitdiff
path: root/Modules/cStringIO.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/cStringIO.c')
-rw-r--r--Modules/cStringIO.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/cStringIO.c b/Modules/cStringIO.c
index 7e8874b5e0..ae2e97601a 100644
--- a/Modules/cStringIO.c
+++ b/Modules/cStringIO.c
@@ -52,7 +52,7 @@ typedef struct {
#define IOOOBJECT(O) ((IOobject*)(O))
-/* Declarations for objects of type StringIO */
+/* Declarations for objects of type StringO */
typedef struct { /* Subtype of IOobject */
PyObject_HEAD
@@ -540,7 +540,7 @@ newOobject(int size) {
return (PyObject*)self;
}
-/* End of code for StringIO objects */
+/* End of code for StringO objects */
/* -------------------------------------------------------- */
static PyObject *
@@ -605,7 +605,7 @@ PyDoc_STRVAR(Itype__doc__,
static PyTypeObject Itype = {
PyObject_HEAD_INIT(NULL)
0, /*ob_size*/
- "cStringIO.StringI", /*tp_name*/
+ "cStringIO.StringIO", /*tp_name*/
sizeof(Iobject), /*tp_basicsize*/
0, /*tp_itemsize*/
/* methods */