aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2016-09-12 09:02:17 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2016-09-12 09:02:17 +0100
commit4b47cb35fa516c1bb380ab4edf3131fb6adfacfe (patch)
tree9ed5cbf4f6df8fb8bb18b860d68238367ea86d53
parentf2dba881a5e13abc957f0e692749f89c9288134d (diff)
downloadpostgresql-4b47cb35fa516c1bb380ab4edf3131fb6adfacfe.tar.gz
postgresql-4b47cb35fa516c1bb380ab4edf3131fb6adfacfe.zip
Fix copy/pasto in file identification
Daniel Gustafsson
-rw-r--r--src/backend/storage/ipc/dsm_impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/dsm_impl.c b/src/backend/storage/ipc/dsm_impl.c
index 173b9822191..419c48e5ffd 100644
--- a/src/backend/storage/ipc/dsm_impl.c
+++ b/src/backend/storage/ipc/dsm_impl.c
@@ -41,7 +41,7 @@
*
*
* IDENTIFICATION
- * src/backend/storage/ipc/dsm.c
+ * src/backend/storage/ipc/dsm_impl.c
*
*-------------------------------------------------------------------------
*/