We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083651d commit 55a0154Copy full SHA for 55a0154
src/backend/utils/mmgr/dsa.c
@@ -362,7 +362,7 @@ struct dsa_area
362
/*
363
* This backend's array of segment maps, ordered by segment index
364
* 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
+ * may not be mapped in this backend yet, and some slots may have been
366
* freed and need to be detached; these operations happen on demand.
367
*/
368
dsa_segment_map segment_maps[DSA_MAX_SEGMENTS];
0 commit comments