mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 03:11:02 -05:00
Fix typo in comment.
This commit is contained in:
parent
3994ffb479
commit
c6c6fa8f7e
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ gbt_var_penalty(float *res, const GISTENTRY *o, const GISTENTRY *n, const gbtree
|
|||
|
||||
|
||||
/*
|
||||
* Fortunately, this sort comparsion routine needn't be reentrant...
|
||||
* Fortunately, this sort comparison routine needn't be reentrant...
|
||||
*/
|
||||
static const gbtree_vinfo *gbt_vsrt_cmp_tinfo;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue