diff options
Diffstat (limited to 'gdb/solib-rocm.c')
-rw-r--r-- | gdb/solib-rocm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/solib-rocm.c b/gdb/solib-rocm.c index 156b36a..27b404c 100644 --- a/gdb/solib-rocm.c +++ b/gdb/solib-rocm.c @@ -1,6 +1,6 @@ /* Handle ROCm Code Objects for GDB, the GNU Debugger. - Copyright (C) 2019-2024 Free Software Foundation, Inc. + Copyright (C) 2019-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -403,7 +403,7 @@ protected: /* Snapshot of the original ELF image taken during load. This is done to support the situation where an inferior uses an in-memory image, and - releases or re-uses this memory before GDB is done using it. */ + releases or reuses this memory before GDB is done using it. */ gdb::byte_vector m_objfile_image; LONGEST size () override |