diff options
| author | Heikki Linnakangas | 2018-07-09 13:10:44 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2018-07-18 13:17:32 +0000 |
| commit | 6b387179baab8d0e5da6570678eefbe61f3acc79 (patch) | |
| tree | 1b9f79c66f804c5d9a6aa0d3c142feefcec95cf3 /src/include/utils/rel.h | |
| parent | 94019c879a138454af723fa8bfc346d4a44ecd47 (diff) | |
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as
grepping for common mistakes.
Backpatch to all supported versions, as applicable, to avoid conflicts
when backporting other commits in the future.
Diffstat (limited to 'src/include/utils/rel.h')
| -rw-r--r-- | src/include/utils/rel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index c97f9d1b43e..6ecbdb62944 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -218,7 +218,7 @@ typedef struct ForeignKeyCacheInfo } ForeignKeyCacheInfo; /* - * Options common for all all indexes + * Options common for all indexes */ typedef struct GenericIndexOpts { |
