All of lore.kernel.org
 help / color / mirror / Atom feed
From: G 3 <programmingkidx@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "qemu-devel@nongnu.org qemu-devel" <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH 9/9] Add more descriptive comment for mismatch or end of test condition
Date: Mon, 24 Apr 2017 23:24:51 -0400	[thread overview]
Message-ID: <64739DD5-CBC0-4837-8635-E081D57385A5@gmail.com> (raw)

Replace the comment "mismatch, or end of test" with "called for a  
mismatch,
or for the end of a test". This describes what happens better.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
---
  risu.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/risu.c b/risu.c
index e7cbd57..bd771b1 100644
--- a/risu.c
+++ b/risu.c
@@ -48,7 +48,7 @@ void master_sigill(int sig, siginfo_t *si, void *uc)
           advance_pc(uc);
           return;
        default:
-         /* mismatch, or end of test */
+         /* called for a mismatch, or for the end of a test */
           siglongjmp(jmpbuf, 1);
     }
  }
-- 
2.10.2

                 reply	other threads:[~2017-04-25  3:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=64739DD5-CBC0-4837-8635-E081D57385A5@gmail.com \
    --to=programmingkidx@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.