diff options
Diffstat (limited to 'gdb/stubs/ia64vms-stub.c')
-rw-r--r-- | gdb/stubs/ia64vms-stub.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/stubs/ia64vms-stub.c b/gdb/stubs/ia64vms-stub.c index e7578d8..549e7f5 100644 --- a/gdb/stubs/ia64vms-stub.c +++ b/gdb/stubs/ia64vms-stub.c @@ -1,5 +1,5 @@ /* GDB stub for Itanium OpenVMS - Copyright (C) 2012-2024 Free Software Foundation, Inc. + Copyright (C) 2012-2025 Free Software Foundation, Inc. Contributed by Tristan Gingold, AdaCore. @@ -210,7 +210,7 @@ union ia64_ireg /* Predicate registers: There are 64 of these 1-bit registers. We define a single register which is used to communicate these values to/from the target. We will somehow contrive to make it appear - that IA64_PR0_REGNUM thru IA64_PR63_REGNUM hold the actual values. */ + that IA64_PR0_REGNUM through IA64_PR63_REGNUM hold the actual values. */ #define IA64_PR_REGNUM 330 /* Instruction pointer: 64 bits wide. */ @@ -311,7 +311,7 @@ term_raw_write (const char *str, unsigned int len) LIB$SIGNAL (status); } -/* Flush ther term buffer. */ +/* Flush the term buffer. */ static void term_flush (void) |