diff options
| author | Heikki Linnakangas | 2015-05-20 16:44:46 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2015-05-20 16:45:43 +0000 |
| commit | fa60fb63e511e7bbcf57ce972338711593a5e7c9 (patch) | |
| tree | b6dc30e0a552d635e1e7bc8ea4d7e5d8b916ae91 /src/backend/storage/ipc/dsm.c | |
| parent | 4fc72cc7bb9d2105261b8ee45558af50d788cd19 (diff) | |
Fix more typos in comments.
Patch by CharSyam, plus a few more I spotted with grep.
Diffstat (limited to 'src/backend/storage/ipc/dsm.c')
| -rw-r--r-- | src/backend/storage/ipc/dsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/dsm.c b/src/backend/storage/ipc/dsm.c index 29e46c28b42..b82ae05e155 100644 --- a/src/backend/storage/ipc/dsm.c +++ b/src/backend/storage/ipc/dsm.c @@ -225,7 +225,7 @@ dsm_cleanup_using_control_segment(dsm_handle old_control_handle) /* * Try to attach the segment. If this fails, it probably just means that * the operating system has been rebooted and the segment no longer - * exists, or an unrelated proces has used the same shm ID. So just fall + * exists, or an unrelated process has used the same shm ID. So just fall * out quietly. */ if (!dsm_impl_op(DSM_OP_ATTACH, old_control_handle, 0, &impl_private, |
