diff options
Diffstat (limited to 'bfd/section.c')
-rw-r--r-- | bfd/section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/section.c b/bfd/section.c index 702f05a..b2a366a 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -379,7 +379,7 @@ CODE_FRAGMENT . unsigned int linker_mark : 1; . . {* Another mark flag used by some of the linker backends. Set for -. output sections that have a input section. *} +. output sections that have an input section. *} . unsigned int linker_has_input : 1; . . {* A mark flag used by some linker backends for garbage collection. *} |