Skip to content

Commit 55a0154

Browse files
committed
Fix typo
1 parent 083651d commit 55a0154

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/mmgr

1 file changed

+1
-1
lines changed

src/backend/utils/mmgr/dsa.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ struct dsa_area
362362
/*
363363
* This backend's array of segment maps, ordered by segment index
364364
* corresponding to control->segment_handles. Some of the area's segments
365-
* may not be mapped in in this backend yet, and some slots may have been
365+
* may not be mapped in this backend yet, and some slots may have been
366366
* freed and need to be detached; these operations happen on demand.
367367
*/
368368
dsa_segment_map segment_maps[DSA_MAX_SEGMENTS];

0 commit comments

Comments
 (0)