[4/5] Fix spelling in comments in .in files (sim)

Message ID 1480103170-9627-5-git-send-email-ambrogino.modigliani@mail.com
State New, archived
Headers

Commit Message

Ambrogino Modigliani Nov. 25, 2016, 7:46 p.m. UTC
  sim/m32r/ChangeLog:

	* mloop2.in: Fix spelling in comments.
	* mloopx.in: Fix spelling in comments.
---
 sim/m32r/mloop2.in | 2 +-
 sim/m32r/mloopx.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/sim/m32r/mloop2.in b/sim/m32r/mloop2.in
index 8324297..5be87c8 100644
--- a/sim/m32r/mloop2.in
+++ b/sim/m32r/mloop2.in
@@ -107,7 +107,7 @@  emit_parallel (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn,
      with the first insn.  */
   /* ??? Revisit to handle exceptions right.  */
 
-  /* FIXME: No need to handle this parallely if second is nop.  */
+  /* FIXME: No need to handle this parallelly if second is nop.  */
   id = emit_16 (current_cpu, pc, insn >> 16, sc, fast_p, 1);
 
   /* Note that this can never be a cti.  No cti's go in the S pipeline.  */
diff --git a/sim/m32r/mloopx.in b/sim/m32r/mloopx.in
index c665078..0ce5e66 100644
--- a/sim/m32r/mloopx.in
+++ b/sim/m32r/mloopx.in
@@ -107,7 +107,7 @@  emit_parallel (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn,
      with the first insn.  */
   /* ??? Revisit to handle exceptions right.  */
 
-  /* FIXME: No need to handle this parallely if second is nop.  */
+  /* FIXME: No need to handle this parallelly if second is nop.  */
   id = emit_16 (current_cpu, pc, insn >> 16, sc, fast_p, 1);
 
   /* Note that this can never be a cti.  No cti's go in the S pipeline.  */