1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Remove duplicated words in comments

Author: Daniel Gustafsson
Reviewed-by: Vik Fearing
Discussion: https://postgr.es/m/EBC3BFEB-664C-4063-81ED-29F1227DB012@yesql.se
This commit is contained in:
Michael Paquier
2020-02-18 12:20:55 +09:00
parent ddfc3c1499
commit 958f9fb98d
3 changed files with 4 additions and 4 deletions

View File

@ -2517,7 +2517,7 @@ JsonbInitBinary(JsonbValue *jbv, Jsonb *jb)
}
/*
* Returns jbv* type of of JsonbValue. Note, it never returns jbvBinary as is.
* Returns jbv* type of JsonbValue. Note, it never returns jbvBinary as is.
*/
static int
JsonbType(JsonbValue *jb)