Merge: #18399: fix comment typo.
diff --git a/Modules/python.c b/Modules/python.c
index 0ad1130..71335de 100644
--- a/Modules/python.c
+++ b/Modules/python.c
@@ -19,7 +19,7 @@
 main(int argc, char **argv)
 {
     wchar_t **argv_copy;
-    /* We need a second copies, as Python might modify the first one. */
+    /* We need a second copy, as Python might modify the first one. */
     wchar_t **argv_copy2;
     int i, res;
     char *oldloc;