mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge: #18399: fix comment typo.
This commit is contained in:
commit
609142ef05
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue