gdb/ChangeLog:
* arm-tdep.c (class arm_instruction_reader) <read>: Fix comment.
Change-Id: I8f5355b314e8db643b645a6281042f514b46a908
+2020-11-14 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * arm-tdep.c (class arm_instruction_reader) <read>: Fix comment.
+
2020-11-13 Tom Tromey <tom@tromey.com>
* c-lang.c (convert_ucn, convert_octal, convert_hex)
class arm_instruction_reader
{
public:
- /* Read a 4 bytes instruction bytes from memory using the BYTE_ORDER
- endianness. */
+ /* Read a 4 bytes instruction from memory using the BYTE_ORDER endianness. */
virtual uint32_t read (CORE_ADDR memaddr, bfd_endian byte_order) const = 0;
};