diff options
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index e6a2b70..b981e80 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2112,7 +2112,7 @@ The basic ELF reader is in @file{elfread.c}. SOM is HP's object file and debug format (not to be confused with IBM's SOM, which is a cross-language ABI). -The SOM reader is in @file{hpread.c}. +The SOM reader is in @file{somread.c}. @section Debugging File Formats |