From: Jeff Cody <jcody@redhat.com>
To: Eric Blake <eblake@redhat.com>
Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] libqtest: Fix typo in comments
Date: Wed, 2 Aug 2017 22:18:31 -0400 [thread overview]
Message-ID: <20170803021831.GF26485@localhost.localdomain> (raw)
In-Reply-To: <20170803010833.19647-1-eblake@redhat.com>
On Wed, Aug 02, 2017 at 08:08:33PM -0500, Eric Blake wrote:
> s/continuosly/continuously/
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
Hardly seems like a trivial patch like this should need an R-b, but what the
heck:
Reviewed-by: Jeff Cody <jcody@redhat.com>
> ---
> tests/libqtest.h | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tests/libqtest.h b/tests/libqtest.h
> index 38bc1e9953..3ae570927a 100644
> --- a/tests/libqtest.h
> +++ b/tests/libqtest.h
> @@ -117,7 +117,7 @@ QDict *qtest_qmp_receive(QTestState *s);
> * @s: #QTestState instance to operate on.
> * @s: #event event to wait for.
> *
> - * Continuosly polls for QMP responses until it receives the desired event.
> + * Continuously polls for QMP responses until it receives the desired event.
> */
> void qtest_qmp_eventwait(QTestState *s, const char *event);
>
> @@ -126,7 +126,7 @@ void qtest_qmp_eventwait(QTestState *s, const char *event);
> * @s: #QTestState instance to operate on.
> * @s: #event event to wait for.
> *
> - * Continuosly polls for QMP responses until it receives the desired event.
> + * Continuously polls for QMP responses until it receives the desired event.
> * Returns a copy of the event for further investigation.
> */
> QDict *qtest_qmp_eventwait_ref(QTestState *s, const char *event);
> @@ -571,7 +571,7 @@ static inline QDict *qmp_receive(void)
> * qmp_eventwait:
> * @s: #event event to wait for.
> *
> - * Continuosly polls for QMP responses until it receives the desired event.
> + * Continuously polls for QMP responses until it receives the desired event.
> */
> static inline void qmp_eventwait(const char *event)
> {
> @@ -582,7 +582,7 @@ static inline void qmp_eventwait(const char *event)
> * qmp_eventwait_ref:
> * @s: #event event to wait for.
> *
> - * Continuosly polls for QMP responses until it receives the desired event.
> + * Continuously polls for QMP responses until it receives the desired event.
> * Returns a copy of the event for further investigation.
> */
> static inline QDict *qmp_eventwait_ref(const char *event)
> --
> 2.13.3
>
>
prev parent reply other threads:[~2017-08-03 2:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-03 1:08 [Qemu-devel] [PATCH] libqtest: Fix typo in comments Eric Blake
2017-08-03 2:18 ` Jeff Cody [this message]
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=20170803021831.GF26485@localhost.localdomain \
--to=jcody@redhat.com \
--cc=eblake@redhat.com \
--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).