diff options
Diffstat (limited to 'bfd/core.c')
-rw-r--r-- | bfd/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ SYNOPSIS DESCRIPTION Return <<true>> if the core file attached to @var{core_bfd} was generated by a run of the executable file attached to - @var{exec_bfd}, or else <<false>>. + @var{exec_bfd}, <<false>> otherwise. */ boolean core_file_matches_executable_p (core_bfd, exec_bfd) |