diff options
author | Alvaro Herrera | 2019-06-12 18:16:18 +0000 |
---|---|---|
committer | Alvaro Herrera | 2019-06-13 14:03:56 +0000 |
commit | b9768458154de6c001af23efc02514f120c6094f (patch) | |
tree | b73677b52e9122829b67e21384f3e0a1aa081102 /src/include/fmgr.h | |
parent | 4f41a7227511a3f96148b7f3d4ae6f0c350bc7b2 (diff) |
Fix double-word typos
Discussion: https://postgr.es/m/[email protected]
Reviewed-by: Michaƫl Paquier
Diffstat (limited to 'src/include/fmgr.h')
-rw-r--r-- | src/include/fmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/fmgr.h b/src/include/fmgr.h index 1ac71a40f55..3ff099986b8 100644 --- a/src/include/fmgr.h +++ b/src/include/fmgr.h @@ -96,7 +96,7 @@ typedef struct FunctionCallInfoBaseData } FunctionCallInfoBaseData; /* - * Space needed for for a FunctionCallInfoBaseData struct with sufficient space + * Space needed for a FunctionCallInfoBaseData struct with sufficient space * for `nargs` arguments. */ #define SizeForFunctionCallInfo(nargs) \ |