* [Qemu-devel] [PATCH] libqtest: Fix typo in comments
@ 2017-08-03 1:08 Eric Blake
2017-08-03 2:18 ` Jeff Cody
0 siblings, 1 reply; 2+ messages in thread
From: Eric Blake @ 2017-08-03 1:08 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial
s/continuosly/continuously/
Signed-off-by: Eric Blake <eblake@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] libqtest: Fix typo in comments
2017-08-03 1:08 [Qemu-devel] [PATCH] libqtest: Fix typo in comments Eric Blake
@ 2017-08-03 2:18 ` Jeff Cody
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Cody @ 2017-08-03 2:18 UTC (permalink / raw)
To: Eric Blake; +Cc: qemu-devel, qemu-trivial
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
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-03 2:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03 1:08 [Qemu-devel] [PATCH] libqtest: Fix typo in comments Eric Blake
2017-08-03 2:18 ` Jeff Cody
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).