diff options
Diffstat (limited to 'gdbserver/linux-aarch64-low.cc')
-rw-r--r-- | gdbserver/linux-aarch64-low.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/linux-aarch64-low.cc b/gdbserver/linux-aarch64-low.cc index eb30c31..998ad0a 100644 --- a/gdbserver/linux-aarch64-low.cc +++ b/gdbserver/linux-aarch64-low.cc @@ -1538,7 +1538,7 @@ emit_add (uint32_t *buf, struct aarch64_register rd, RD is the destination register. RN is the input register. - IMM is the immediate to substract to RN. */ + IMM is the immediate to subtract to RN. */ static int emit_sub (uint32_t *buf, struct aarch64_register rd, |