File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ dsm_cleanup_using_control_segment(dsm_handle old_control_handle)
245
245
}
246
246
247
247
/*
248
- * OK, the control segment looks basically valid, so we can get use it to
248
+ * OK, the control segment looks basically valid, so we can use it to
249
249
* get a list of segments that need to be removed.
250
250
*/
251
251
nitems = old_control -> nitems ;
@@ -903,7 +903,7 @@ dsm_segment_map_length(dsm_segment *seg)
903
903
* memory mapping. That process should then call dsm_segment_handle() to
904
904
* obtain a handle for the mapping, and pass that handle to the
905
905
* coordinating backend via some means (e.g. bgw_main_arg, or via the
906
- * main shared memory segment). The recipient, once in position of the
906
+ * main shared memory segment). The recipient, once in possession of the
907
907
* handle, should call dsm_attach().
908
908
*/
909
909
dsm_handle
You can’t perform that action at this time.
0 commit comments