diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-10-30 10:03:00 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-10-30 10:03:00 +0900 |
commit | 6ca86bb7e9c72f428c7f4e3f2b48dd6c4084429c (patch) | |
tree | e06d7478c2cc96f89e0f6f00452bea8e0177b93e /src/bin/pg_upgrade/parallel.c | |
parent | 517bf2d9107f0d45c5fea2e3904e8d3b10ce6bb2 (diff) | |
download | postgresql-6ca86bb7e9c72f428c7f4e3f2b48dd6c4084429c.tar.gz |
Fix typos in the code
Author: Vignesh C
Reviewed-by: Dilip Kumar, Michael Paquier
Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com
Diffstat (limited to 'src/bin/pg_upgrade/parallel.c')
-rw-r--r-- | src/bin/pg_upgrade/parallel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/parallel.c b/src/bin/pg_upgrade/parallel.c index d3d34018c0..39c508e73b 100644 --- a/src/bin/pg_upgrade/parallel.c +++ b/src/bin/pg_upgrade/parallel.c @@ -333,7 +333,7 @@ reap_child(bool wait_for_child) thread_handles[thread_num] = thread_handles[parallel_jobs - 1]; /* - * Move last active thead arg struct into the now-dead slot, and the + * Move last active thread arg struct into the now-dead slot, and the * now-dead slot to the end for reuse by the next thread. Though the * thread struct is in use by another thread, we can safely swap the * struct pointers within the array. |