diff options
author | Noah Misch <noah@leadboat.com> | 2019-10-26 12:55:16 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2019-10-26 12:55:16 -0700 |
commit | b804521344fb366215900ac3f01314a1710bc6d8 (patch) | |
tree | 27704eb94334cb2ea570581de3c0848635ad9960 /src | |
parent | e653c714c25bb8bde0b80b3bf3a220704b71a106 (diff) | |
download | postgresql-b804521344fb366215900ac3f01314a1710bc6d8.tar.gz postgresql-b804521344fb366215900ac3f01314a1710bc6d8.zip |
Fix copy-paste defect in comment.
Commit a7471bd85c05f849e88d6cfe9da3c795008e8f2e introduced it.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/c.h b/src/include/c.h index edc7822b0f5..d752cc07dcc 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -101,7 +101,7 @@ * GCC: https://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html * GCC: https://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html * Sunpro: https://docs.oracle.com/cd/E18659_01/html/821-1384/gjzke.html - * XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/type_attrib.html + * XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/function_attributes.html * XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/type_attrib.html */ |