Skip to content

Commit f4cf982

Browse files
author
Michael Paquier
committed
Correct typo in comment
1 parent 83f4e80 commit f4cf982

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

parray.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,3 @@ parray_bsearch(parray *array, const void *key, int(*compare)(const void *, const
194194
{
195195
return bsearch(&key, array->data, array->used, sizeof(void *), compare);
196196
}
197-

pg_rman.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ pgut_help(bool details)
253253

254254
/*
255255
* Create range object from one or two arguments.
256-
* All not-digit characters in the argument(s) are igonred.
256+
* All not-digit characters in the argument(s) are ignored.
257257
* Both arg1 and arg2 must be valid pointer.
258258
*/
259259
static void

0 commit comments

Comments
 (0)