]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
aarch64: Fix the hyphenated disassembly comment.
authorSrinath Parvathaneni <srinath.parvathaneni@arm.com>
Tue, 21 May 2024 13:59:03 +0000 (14:59 +0100)
committersrinath <srinath.parvathaneni@arm.com>
Tue, 21 May 2024 13:59:10 +0000 (14:59 +0100)
commite63b1d595021ce64d20e06a32c0ec69c9a3e56e7
tree257a5a5af6f94cb558b1886d83a8935cfd958c59
parentf56e1c8c8630103a5f238645fa8be1e4802fe122
aarch64: Fix the hyphenated disassembly comment.

This patch fixes the following comment.

-  /* The hyphenated form is preferred for disassembly if there are
-     more than two registers in the list, and the register numbers
      are monotonically increasing in increments of one.  */

+  /* The hyphenated form is preferred for disassembly if there is
+     more than one register in the list, and the register numbers
      are monotonically increasing in increments of one.  */
opcodes/aarch64-opc.c