Skip to content

Commit 7375c09

Browse files
committed
Consistency in comments. Why not.
1 parent 50c82be commit 7375c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ctypes/cfield.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ c_get(void *ptr, Py_ssize_t size)
844844
return PyBytes_FromStringAndSize((char *)ptr, 1);
845845
}
846846

847-
/* u - a single wchar_t character */
847+
/* u: a single wchar_t character */
848848
static PyObject *
849849
u_set(void *ptr, PyObject *value, Py_ssize_t size)
850850
{

0 commit comments

Comments
 (0)