fix_typo_in_dsm_impl_c.patch
application/octet-stream
Filename: fix_typo_in_dsm_impl_c.patch
Type: application/octet-stream
Part: 0
Message:
Fix a typo in dsm_impl.c
Patch
Format: unified
| File | + | − |
|---|---|---|
| src/backend/storage/ipc/dsm_impl.c | 1 | 1 |
diff --git a/src/backend/storage/ipc/dsm_impl.c b/src/backend/storage/ipc/dsm_impl.c
index b18bea6..6c4e60b 100644
--- a/src/backend/storage/ipc/dsm_impl.c
+++ b/src/backend/storage/ipc/dsm_impl.c
@@ -682,7 +682,7 @@ dsm_impl_windows(dsm_op op, dsm_handle handle, Size request_size,
/*
* Handle teardown cases. Since Windows automatically destroys the object
- * when no references reamin, we can treat it the same as detach.
+ * when no references remain, we can treat it the same as detach.
*/
if (op == DSM_OP_DETACH || op == DSM_OP_DESTROY)
{