aboutsummaryrefslogtreecommitdiff
path: root/gold/merge.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/merge.h')
-rw-r--r--gold/merge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/merge.h b/gold/merge.h
index 2aeff1e..fb6721d 100644
--- a/gold/merge.h
+++ b/gold/merge.h
@@ -38,7 +38,7 @@ class Merge_map;
// For each object with merge sections, we store an Object_merge_map.
// This is used to map locations in input sections to a merged output
// section. The output section itself is not recorded here--it can be
-// found in the map_to_output_ field of the Object.
+// found in the output_sections_ field of the Object.
class Object_merge_map
{