diff options
| author | Alvaro Herrera | 2019-06-12 18:16:18 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2019-06-13 14:03:56 +0000 |
| commit | b9768458154de6c001af23efc02514f120c6094f (patch) | |
| tree | b73677b52e9122829b67e21384f3e0a1aa081102 /src/interfaces/ecpg | |
| parent | 4f41a7227511a3f96148b7f3d4ae6f0c350bc7b2 (diff) | |
Fix double-word typos
Discussion: https://postgr.es/m/20190612184527.GA24266@alvherre.pgsql
Reviewed-by: Michaƫl Paquier
Diffstat (limited to 'src/interfaces/ecpg')
| -rw-r--r-- | src/interfaces/ecpg/preproc/type.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/type.c b/src/interfaces/ecpg/preproc/type.c index 165b5df24f3..6a71766ccf3 100644 --- a/src/interfaces/ecpg/preproc/type.c +++ b/src/interfaces/ecpg/preproc/type.c @@ -582,7 +582,7 @@ ECPGdump_a_struct(FILE *o, const char *name, const char *ind_name, char *arrsize { /* * If offset is NULL, then this is the first recursive level. If not then - * we are in a struct in a struct and the offset is used as offset. + * we are in a struct and the offset is used as offset. */ struct ECPGstruct_member *p, *ind_p = NULL; |
