Commit 609142ef authored by R David Murray's avatar R David Murray

Merge: #18399: fix comment typo.

parents aaa8ed8b 296b73c8
...@@ -19,7 +19,7 @@ int ...@@ -19,7 +19,7 @@ int
main(int argc, char **argv) main(int argc, char **argv)
{ {
wchar_t **argv_copy; 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; wchar_t **argv_copy2;
int i, res; int i, res;
char *oldloc; char *oldloc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment