Fix typo in comment.
authorRobert Haas <rhaas@postgresql.org>
Tue, 7 Nov 2017 21:34:48 +0000 (16:34 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 7 Nov 2017 21:34:48 +0000 (16:34 -0500)
Masahiko Sawada

Discussion: http://postgr.es/m/CAD21AoDrf5AOpZ-mX-j6O=zFNFfKaTdHkv3o1X2eSs2nBXALug@mail.gmail.com

src/backend/storage/ipc/dsm_impl.c

index b18bea64c6ceea2a866ad15cd45534e5bb50a1e5..6c4e60b0b026ba147448fdb100d8a557258ee1b6 100644 (file)
@@ -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)
    {