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 /src/backend/utils/fmgr/funcapi.c | |
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 'src/backend/utils/fmgr/funcapi.c')
-rw-r--r-- | src/backend/utils/fmgr/funcapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/fmgr/funcapi.c b/src/backend/utils/fmgr/funcapi.c index d269662ad8e..9197b0f1e26 100644 --- a/src/backend/utils/fmgr/funcapi.c +++ b/src/backend/utils/fmgr/funcapi.c @@ -69,7 +69,7 @@ static TypeFuncClass get_type_func_class(Oid typid, Oid *base_typeid); * descriptor coming from expectedDesc, which is the tuple descriptor * expected by the caller. SRF_SINGLE_BLESS can be set to complete the * information associated to the tuple descriptor, which is necessary - * in some cases where the tuple descriptor comes from a transient + * in some cases where the tuple descriptor comes from a transient * RECORD datatype. */ void |