diff options
author | David Rowley | 2022-04-11 08:49:41 +0000 |
---|---|---|
committer | David Rowley | 2022-04-11 08:49:41 +0000 |
commit | b0e5f02ddc836499bdcf093df52e4c342dda5891 (patch) | |
tree | 2211dfcfabd04e9ecd5b32b1b5fd3e97c817bc91 /contrib | |
parent | bba3c35b29d07a27bbf5dd0d7d5e7c7592e02f81 (diff) |
Fix various typos and spelling mistakes in code comments
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ltree/ltree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ltree/ltree.h b/contrib/ltree/ltree.h index 10341d60212..564e4fa81b8 100644 --- a/contrib/ltree/ltree.h +++ b/contrib/ltree/ltree.h @@ -24,7 +24,7 @@ * modified to look for -D compile flags in Makefiles, so here, in order to * get the historic behavior of LOWER_NODE not being defined on MSVC, we only * define it when not building in that environment. This is important as we - * want to maintain the same LOWER_NODE behavior after a pg_update. + * want to maintain the same LOWER_NODE behavior after a pg_upgrade. */ #ifndef _MSC_VER #define LOWER_NODE |