gdb/
authorYao Qi <yao@codesourcery.com>
Tue, 20 Mar 2012 07:08:55 +0000 (07:08 +0000)
committerYao Qi <yao@codesourcery.com>
Tue, 20 Mar 2012 07:08:55 +0000 (07:08 +0000)
* amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
comment.

gdb/ChangeLog
gdb/amd64-tdep.c

index aad141b..bbfbf8b 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-20  Yao Qi  <yao@codesourcery.com>
+
+       * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
+       comment.
+
 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Code cleanupp: Use cu_offset and sect_offset compile time type checking.
index ea65d0d..a193099 100644 (file)
@@ -1258,7 +1258,7 @@ amd64_displaced_step_copy_insn (struct gdbarch *gdbarch,
                                struct regcache *regs)
 {
   int len = gdbarch_max_insn_length (gdbarch);
-  /* Extra space for sentinels so fixup_{riprel,displaced_copy don't have to
+  /* Extra space for sentinels so fixup_{riprel,displaced_copy} don't have to
      continually watch for running off the end of the buffer.  */
   int fixup_sentinel_space = len;
   struct displaced_step_closure *dsc =