@@ -429,7 +429,7 @@ dsm_set_control_handle(dsm_handle h)
429
429
* If there is a non-NULL CurrentResourceOwner, the new segment is associated
430
430
* with it and must be detached before the resource owner releases, or a
431
431
* warning will be logged. If CurrentResourceOwner is NULL, the segment
432
- * remains attached untilexplicitely detached or the session ends.
432
+ * remains attached untilexplicitly detached or the session ends.
433
433
* Creating with a NULL CurrentResourceOwner is equivalent to creating
434
434
* with a non-NULL CurrentResourceOwner and then calling dsm_pin_mapping.
435
435
*/
@@ -527,7 +527,7 @@ dsm_create(Size size, int flags)
527
527
* If there is a non-NULL CurrentResourceOwner, the attached segment is
528
528
* associated with it and must be detached before the resource owner releases,
529
529
* or a warning will be logged. Otherwise the segment remains attached until
530
- *explicitely detached or the session ends. See the note atop dsm_create().
530
+ *explicitly detached or the session ends. See the note atop dsm_create().
531
531
*/
532
532
dsm_segment *
533
533
dsm_attach (dsm_handle h )