diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-06-03 13:44:03 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-06-03 13:44:03 +0900 |
commit | 1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc (patch) | |
tree | bcf6bac3dc4d8e1ce07b6d883b0e30990025f834 /src/backend/access/gist/gist.c | |
parent | 0240a00fbd4fd14f577edf8d36a032237fd0b9cb (diff) | |
download | postgresql-1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc.tar.gz |
Fix typos in various places
Author: Andrea Gelmini
Reviewed-by: Michael Paquier, Justin Pryzby
Discussion: https://postgr.es/m/20190528181718.GA39034@glet
Diffstat (limited to 'src/backend/access/gist/gist.c')
-rw-r--r-- | src/backend/access/gist/gist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index 45c00aaa87..470b121e7d 100644 --- a/src/backend/access/gist/gist.c +++ b/src/backend/access/gist/gist.c @@ -1533,7 +1533,7 @@ initGISTstate(Relation index) * The truncated tupdesc for non-leaf index tuples, which doesn't contain * the INCLUDE attributes. * - * It is used to form tuples during tuple adjustement and page split. + * It is used to form tuples during tuple adjustment and page split. * B-tree creates shortened tuple descriptor for every truncated tuple, * because it is doing this less often: it does not have to form truncated * tuples during page split. Also, B-tree is not adjusting tuples on |