qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 9/9] Add more descriptive comment for mismatch or en


From: G 3
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

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 <address@hidden>
---
 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 via email to

[Prev in Thread] Current Thread [Next in Thread]