diff options
Diffstat (limited to 'gdb/nat/loongarch-hw-point.c')
-rw-r--r-- | gdb/nat/loongarch-hw-point.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/nat/loongarch-hw-point.c b/gdb/nat/loongarch-hw-point.c index 7306d4c..93c4462 100644 --- a/gdb/nat/loongarch-hw-point.c +++ b/gdb/nat/loongarch-hw-point.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux on LoongArch processors. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of GDB. @@ -128,7 +128,7 @@ loongarch_dr_state_insert_one_point (ptid_t ptid, { gdb_assert (dr_ref_count[i] == 0); idx = i; - /* no break; continue hunting for an exising one. */ + /* no break; continue hunting for an existing one. */ } else if (dr_addr_p[i] == addr && dr_ctrl_p[i] == ctrl) { |