summaryrefslogtreecommitdiff
path: root/src/include/lib
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-04-09 13:53:07 +0900
committerMichael Paquier <michael@paquier.xyz>2021-04-09 13:53:07 +0900
commit609b0652af00374b89411ea2613fd5bb92bca92c (patch)
treef21a820ed35b1ce3c67f2a9da1b5618f805ecea2 /src/include/lib
parent796092fb84c08162ae803e83a13aa8bd6d9b23d0 (diff)
Fix typos and grammar in documentation and code comments
Comment fixes are applied on HEAD, and documentation improvements are applied on back-branches where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210408164008.GJ6592@telsasoft.com Backpatch-through: 9.6
Diffstat (limited to 'src/include/lib')
-rw-r--r--src/include/lib/sort_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/lib/sort_template.h b/src/include/lib/sort_template.h
index 771c789ced0..24d6d0006cf 100644
--- a/src/include/lib/sort_template.h
+++ b/src/include/lib/sort_template.h
@@ -241,7 +241,7 @@ ST_SCOPE void ST_SORT(ST_ELEMENT_TYPE *first, size_t n
/*
* Find the median of three values. Currently, performance seems to be best
- * if the the comparator is inlined here, but the med3 function is not inlined
+ * if the comparator is inlined here, but the med3 function is not inlined
* in the qsort function.
*/
static pg_noinline ST_ELEMENT_TYPE *