aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-08-21 17:16:10 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-08-21 17:16:10 -0300
commit55a0154efdf05ccca676455f7c51965d8eaf1d76 (patch)
treec10c4253812bce2c1d1f3353545d388ee22c789c /src
parent083651da17a712f8febd05264a339a8fce310515 (diff)
downloadpostgresql-55a0154efdf05ccca676455f7c51965d8eaf1d76.tar.gz
postgresql-55a0154efdf05ccca676455f7c51965d8eaf1d76.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/mmgr/dsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/mmgr/dsa.c b/src/backend/utils/mmgr/dsa.c
index f329fdd10f1..488678191ba 100644
--- a/src/backend/utils/mmgr/dsa.c
+++ b/src/backend/utils/mmgr/dsa.c
@@ -362,7 +362,7 @@ struct dsa_area
/*
* This backend's array of segment maps, ordered by segment index
* corresponding to control->segment_handles. Some of the area's segments
- * 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
* freed and need to be detached; these operations happen on demand.
*/
dsa_segment_map segment_maps[DSA_MAX_SEGMENTS];