diff options
Diffstat (limited to 'ld/plugin.h')
-rw-r--r-- | ld/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/plugin.h b/ld/plugin.h index beae7ab..1e239ca 100644 --- a/ld/plugin.h +++ b/ld/plugin.h @@ -66,7 +66,7 @@ extern void plugin_call_cleanup (void); add_symbols hook has been called so that it can be read when linking. */ extern bfd *plugin_get_ir_dummy_bfd (const char *name, bfd *template); -/* Return true if bfd is a dynamic library that should be reloaded. */ +/* Return true if ABFD, a dynamic library, should be reloaded. */ extern bfd_boolean plugin_should_reload (bfd *); #endif /* !def GLD_PLUGIN_H */ |