diff options
author | Michael Paquier | 2019-08-19 07:21:39 +0000 |
---|---|---|
committer | Michael Paquier | 2019-08-19 07:21:39 +0000 |
commit | c96581abe418a3bf64b643aa4e27091d1eaea1c1 (patch) | |
tree | 9a311850bacb63d295ce38e006ed10121cf3eae4 /src/backend/port/win32/crashdump.c | |
parent | 927f34ce8a215c8b254136f710cca9ca4da1352c (diff) |
Fix inconsistencies and typos in the tree, take 11
This fixes various typos in docs and comments, and removes some orphaned
definitions.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/port/win32/crashdump.c')
-rw-r--r-- | src/backend/port/win32/crashdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/port/win32/crashdump.c b/src/backend/port/win32/crashdump.c index e0e94f7828c..b1fe5d3430e 100644 --- a/src/backend/port/win32/crashdump.c +++ b/src/backend/port/win32/crashdump.c @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * win32_crashdump.c + * crashdump.c * Automatic crash dump creation for PostgreSQL on Windows * * The crashdump feature traps unhandled win32 exceptions produced by the |