diff options
Diffstat (limited to 'gold/incremental.h')
-rw-r--r-- | gold/incremental.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/incremental.h b/gold/incremental.h index 5d1ebda..e6732df 100644 --- a/gold/incremental.h +++ b/gold/incremental.h @@ -81,7 +81,7 @@ enum Incremental_shlib_symbol_flags static const int INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT = 30; -// Return TRUE if a section of type SH_TYPE will can be updated in place +// Return TRUE if a section of type SH_TYPE can be updated in place // during an incremental update. bool can_incremental_update(unsigned int sh_type); |