diff options
| author | Simon Riggs | 2016-09-12 08:02:32 +0000 |
|---|---|---|
| committer | Simon Riggs | 2016-09-12 08:02:32 +0000 |
| commit | 75684fc1f5bbcb097f8230cb9d897b689d44eb10 (patch) | |
| tree | 2757df6f1b98f67ced61c922370ff3c9b8d76a1c | |
| parent | 43ef6abcbb6010593a000a0d42303f138b9f5b4c (diff) | |
Fix copy/pasto in file identification
Daniel Gustafsson
| -rw-r--r-- | src/backend/storage/ipc/dsm_impl.c | 2 |
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 * *------------------------------------------------------------------------- */ |
