diff options
Diffstat (limited to 'gdb/aarch64-tdep.c')
-rw-r--r-- | gdb/aarch64-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/aarch64-tdep.c b/gdb/aarch64-tdep.c index 6850baf..bc8746e 100644 --- a/gdb/aarch64-tdep.c +++ b/gdb/aarch64-tdep.c @@ -2584,7 +2584,7 @@ aarch64_extract_return_value (struct type *type, struct regcache *regs, } else { - /* For a structure or union the behaviour is as if the value had + /* For a structure or union the behavior is as if the value had been stored to word-aligned memory and then loaded into registers with 64-bit load instruction(s). */ int len = type->length (); @@ -2710,7 +2710,7 @@ aarch64_store_return_value (struct type *type, struct regcache *regs, } else { - /* For a structure or union the behaviour is as if the value had + /* For a structure or union the behavior is as if the value had been stored to word-aligned memory and then loaded into registers with 64-bit load instruction(s). */ int len = type->length (); |