Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix typo
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 21 Aug 2018 20:16:10 +0000 (17:16 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 21 Aug 2018 20:20:48 +0000 (17:20 -0300)
src/backend/utils/mmgr/dsa.c

index fe627881880cf6d7e9225094fa32230e40421da0..1261542e1f4efca4d161c8f89654d4bbfb48bc26 100644 (file)
@@ -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];