diff options
Diffstat (limited to 'gdb/rs6000-aix-tdep.c')
-rw-r--r-- | gdb/rs6000-aix-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-aix-tdep.c b/gdb/rs6000-aix-tdep.c index d4a7b22..829f559 100644 --- a/gdb/rs6000-aix-tdep.c +++ b/gdb/rs6000-aix-tdep.c @@ -900,7 +900,7 @@ rs6000_convert_from_func_ptr_addr (struct gdbarch *gdbarch, } catch (const gdb_exception_error &e) { - /* An error occured during reading. Probably a memory error + /* An error occurred during reading. Probably a memory error due to the section not being loaded yet. This address cannot be a function descriptor. */ return addr; |