Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf4cf982

Browse files
author
Michael Paquier
committed
Correct typo in comment
1 parent83f4e80 commitf4cf982

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
returnbsearch(&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) areigonred.
256+
* All not-digit characters in the argument(s) areignored.
257257
* Both arg1 and arg2 must be valid pointer.
258258
*/
259259
staticvoid

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp