diff options
Diffstat (limited to 'gold/object.h')
-rw-r--r-- | gold/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/object.h b/gold/object.h index 6eca6e9..3e3a25b 100644 --- a/gold/object.h +++ b/gold/object.h @@ -664,7 +664,7 @@ class Object Symbol_table*); // If NAME is the name of the special section which indicates that - // this object was compiled with -fstack-split, mark it accordingly, + // this object was compiled with -fsplit-stack, mark it accordingly, // and return true. Otherwise return false. bool handle_split_stack_section(const char* name); |