diff options
Diffstat (limited to 'gdb/ravenscar-sparc-thread.c')
-rw-r--r-- | gdb/ravenscar-sparc-thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ravenscar-sparc-thread.c b/gdb/ravenscar-sparc-thread.c index 6bf29f2..beb6bbc 100644 --- a/gdb/ravenscar-sparc-thread.c +++ b/gdb/ravenscar-sparc-thread.c @@ -33,8 +33,8 @@ static void ravenscar_sparc_store_registers (struct regcache *regcache, static void ravenscar_sparc_prepare_to_store (struct regcache *regcache); /* Register offsets from a referenced address (exempli gratia the - Thread_Descriptor). The referenced address depends on the register - number. The Thread_Descriptor layout and the stack layout are documented + Thread_Descriptor). The referenced address depends on the register + number. The Thread_Descriptor layout and the stack layout are documented in the GNAT sources, in sparc-bb.h. */ static const int sparc_register_offsets[] = |