diff options
| author | David Rowley | 2023-04-19 01:50:33 +0000 |
|---|---|---|
| committer | David Rowley | 2023-04-19 01:50:33 +0000 |
| commit | 3f58a4e2960a9509036b7d94beab64a747dc59dc (patch) | |
| tree | b2e8ef0ecb63cfe29d179685cdc408534d12e235 /src/tools | |
| parent | fcb21b3acdcb9a60313325618fd7080aa36f1626 (diff) | |
Fix various typos and incorrect/outdated name references
Author: Alexander Lakhin
Discussion: https://postgr.es/m/699beab4-a6ca-92c9-f152-f559caf6dc25@gmail.com
Diffstat (limited to 'src/tools')
| -rwxr-xr-x | src/tools/mark_pgdllimport.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/mark_pgdllimport.pl b/src/tools/mark_pgdllimport.pl index 69fa8e4ae94..0cf71dbc258 100755 --- a/src/tools/mark_pgdllimport.pl +++ b/src/tools/mark_pgdllimport.pl @@ -6,7 +6,7 @@ # Perl script that tries to add PGDLLIMPORT markings to PostgreSQL # header files. # -# This relies on a few idiosyncracies of the PostgreSQL coding style, +# This relies on a few idiosyncrasies of the PostgreSQL coding style, # such as the fact that we always use "extern" in function # declarations, and that we don't use // comments. It's not very # smart and may not catch all cases. |
