qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Emilio G. Cota" <cota@braap.org>
To: qemu-trivial@nongnu.org
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 1/4] disas/arm: fix 'instuction' typo in comment
Date: Wed, 18 Oct 2017 18:01:40 -0400	[thread overview]
Message-ID: <1508364103-16131-2-git-send-email-cota@braap.org> (raw)
In-Reply-To: <1508364103-16131-1-git-send-email-cota@braap.org>

Signed-off-by: Emilio G. Cota <cota@braap.org>
---
 disas/arm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/disas/arm.c b/disas/arm.c
index 27396dd..6f2079d 100644
--- a/disas/arm.c
+++ b/disas/arm.c
@@ -1651,7 +1651,7 @@ print_insn_coprocessor (bfd_vma pc, struct disassemble_info *info, long given,
 	}
       else
 	{
-	  /* Only match unconditional instuctions against unconditional
+          /* Only match unconditional instructions against unconditional
 	     patterns.  */
 	  if ((given & 0xf0000000) == 0xf0000000)
 	    {
-- 
2.7.4

  reply	other threads:[~2017-10-18 22:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-18 22:01 [Qemu-devel] [PATCH 0/4] Some trivial fixes, mostly comment typos Emilio G. Cota
2017-10-18 22:01 ` Emilio G. Cota [this message]
2017-10-18 22:01 ` [Qemu-devel] [PATCH 2/4] linux-user: fix 'finshed' typo in comment Emilio G. Cota
2017-11-06 20:04   ` Riku Voipio
2017-10-18 22:01 ` [Qemu-devel] [PATCH 3/4] translate-all: fix 'consisits' " Emilio G. Cota
2017-10-18 22:01 ` [Qemu-devel] [PATCH 4/4] qht: fix kernel-doc markup in qht.h Emilio G. Cota
2017-11-16 20:04 ` [Qemu-devel] [PATCH 0/4] Some trivial fixes, mostly comment typos Emilio G. Cota

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1508364103-16131-2-git-send-email-cota@braap.org \
    --to=cota@braap.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).