diff options
| author | Michael Paquier | 2019-10-30 01:03:00 +0000 |
|---|---|---|
| committer | Michael Paquier | 2019-10-30 01:03:00 +0000 |
| commit | 6ca86bb7e9c72f428c7f4e3f2b48dd6c4084429c (patch) | |
| tree | e06d7478c2cc96f89e0f6f00452bea8e0177b93e /src/backend/statistics | |
| parent | 517bf2d9107f0d45c5fea2e3904e8d3b10ce6bb2 (diff) | |
Fix typos in the code
Author: Vignesh C
Reviewed-by: Dilip Kumar, Michael Paquier
Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com
Diffstat (limited to 'src/backend/statistics')
| -rw-r--r-- | src/backend/statistics/mcv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/statistics/mcv.c b/src/backend/statistics/mcv.c index ee35f6afc56..ae0ddacd064 100644 --- a/src/backend/statistics/mcv.c +++ b/src/backend/statistics/mcv.c @@ -476,7 +476,7 @@ sort_item_compare(const void *a, const void *b, void *arg) * build_column_frequencies * compute frequencies of values in each column * - * This returns an array of SortItems for each attibute the MCV is built + * This returns an array of SortItems for each attribute the MCV is built * on, with a frequency (number of occurrences) for each value. This is * then used to compute "base" frequency of MCV items. * |
