aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2016-09-12 09:02:32 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2016-09-12 09:02:32 +0100
commit75684fc1f5bbcb097f8230cb9d897b689d44eb10 (patch)
tree2757df6f1b98f67ced61c922370ff3c9b8d76a1c /src
parent43ef6abcbb6010593a000a0d42303f138b9f5b4c (diff)
downloadpostgresql-75684fc1f5bbcb097f8230cb9d897b689d44eb10.tar.gz
postgresql-75684fc1f5bbcb097f8230cb9d897b689d44eb10.zip
Fix copy/pasto in file identification
Daniel Gustafsson
Diffstat (limited to 'src')
-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 0b10dac7290..5781d48497a 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
*
*-------------------------------------------------------------------------
*/