1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

Correct typo in comment

This commit is contained in:
Michael Paquier 2013-12-16 01:10:29 +09:00
parent 83f4e80a74
commit f4cf982e9f
2 changed files with 1 additions and 2 deletions

View File

@ -194,4 +194,3 @@ parray_bsearch(parray *array, const void *key, int(*compare)(const void *, const
{
return bsearch(&key, array->data, array->used, sizeof(void *), compare);
}

View File

@ -253,7 +253,7 @@ pgut_help(bool details)
/*
* Create range object from one or two arguments.
* All not-digit characters in the argument(s) are igonred.
* All not-digit characters in the argument(s) are ignored.
* Both arg1 and arg2 must be valid pointer.
*/
static void