Merge: #18399: fix comment typo.

This commit is contained in:
R David Murray 2013-07-10 11:57:39 -04:00
commit 609142ef05

View file

@ -19,7 +19,7 @@ int
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;