Commit 698e5254 authored by Robert Haas's avatar Robert Haas
parent 92a1834d
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment