]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in comment
authorYao Qi <yao.qi@linaro.org>
Thu, 30 Jun 2016 15:03:07 +0000 (16:03 +0100)
committerYao Qi <yao.qi@linaro.org>
Thu, 30 Jun 2016 15:03:07 +0000 (16:03 +0100)
This patch fixes the typo "uf" in the comment.  I'll push it in as the
change is obvious.

2016-06-30  Yao Qi  <yao.qi@linaro.org>

* arm-dis.c (print_insn): Fix typo in comment.

opcodes/ChangeLog
opcodes/arm-dis.c

index 69d329845c1f065936d70c2369df8554958b9346..c2cdb496344583c1d0dd47b5829add77ac98c5de 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-30  Yao Qi  <yao.qi@linaro.org>
+
+       * arm-dis.c (print_insn): Fix typo in comment.
+
 2016-06-28  Richard Sandiford  <richard.sandiford@arm.com>
 
        * aarch64-opc.c (operand_general_constraint_met_p): Check the
index 40136e586f4334ad9037315ade7d1bbddcf3cc00..db59b84f83b78a38ffcfa7e52a3cc7f1d11fff11 100644 (file)
@@ -6495,7 +6495,7 @@ print_insn (bfd_vma pc, struct disassemble_info *info, bfd_boolean little)
         we finished last time.  */
       /* PR 14006.  When the address is 0 we are either at the start of the
         very first function, or else the first function in a new, unlinked
-        executable section (eg because uf -ffunction-sections).  Either way
+        executable section (eg because of -ffunction-sections).  Either way
         start scanning from the beginning of the symbol table, not where we
         left off last time.  */
       if (pc == 0)