* [Qemu-devel] [PATCH] timer.h: fix typo
@ 2016-07-07 10:15 Cao jin
2016-07-07 10:22 ` Peter Maydell
2016-07-28 15:25 ` Michael Tokarev
0 siblings, 2 replies; 3+ messages in thread
From: Cao jin @ 2016-07-07 10:15 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
include/qemu/timer.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/qemu/timer.h b/include/qemu/timer.h
index 309f3d0..41e8325 100644
--- a/include/qemu/timer.h
+++ b/include/qemu/timer.h
@@ -179,7 +179,7 @@ int64_t qemu_clock_deadline_ns_all(QEMUClockType type);
* qemu_clock_get_main_loop_timerlist:
* @type: the clock type
*
- * Return the default timer list assocatiated with a clock.
+ * Return the default timer list associated with a clock.
*
* Returns: the default timer list
*/
@@ -509,7 +509,7 @@ static inline void timer_init_ms(QEMUTimer *ts, QEMUClockType type,
* @cb: the callback to be called when the timer expires
* @opaque: the opaque pointer to be passed to the callback
*
- * Creeate a new timer and associate it with @timer_list.
+ * Create a new timer and associate it with @timer_list.
* The memory is allocated by the function.
*
* This is not the preferred interface unless you know you
@@ -534,7 +534,7 @@ static inline QEMUTimer *timer_new_tl(QEMUTimerList *timer_list,
* @cb: the callback to be called when the timer expires
* @opaque: the opaque pointer to be passed to the callback
*
- * Creeate a new timer and associate it with the default
+ * Create a new timer and associate it with the default
* timer list for the clock type @type.
*
* Returns: a pointer to the timer
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] timer.h: fix typo
2016-07-07 10:15 [Qemu-devel] [PATCH] timer.h: fix typo Cao jin
@ 2016-07-07 10:22 ` Peter Maydell
2016-07-28 15:25 ` Michael Tokarev
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2016-07-07 10:22 UTC (permalink / raw)
To: Cao jin; +Cc: QEMU Developers, QEMU Trivial
On 7 July 2016 at 11:15, Cao jin <caoj.fnst@cn.fujitsu.com> wrote:
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
> include/qemu/timer.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/qemu/timer.h b/include/qemu/timer.h
> index 309f3d0..41e8325 100644
> --- a/include/qemu/timer.h
> +++ b/include/qemu/timer.h
> @@ -179,7 +179,7 @@ int64_t qemu_clock_deadline_ns_all(QEMUClockType type);
> * qemu_clock_get_main_loop_timerlist:
> * @type: the clock type
> *
> - * Return the default timer list assocatiated with a clock.
> + * Return the default timer list associated with a clock.
> *
> * Returns: the default timer list
> */
> @@ -509,7 +509,7 @@ static inline void timer_init_ms(QEMUTimer *ts, QEMUClockType type,
> * @cb: the callback to be called when the timer expires
> * @opaque: the opaque pointer to be passed to the callback
> *
> - * Creeate a new timer and associate it with @timer_list.
> + * Create a new timer and associate it with @timer_list.
> * The memory is allocated by the function.
> *
> * This is not the preferred interface unless you know you
> @@ -534,7 +534,7 @@ static inline QEMUTimer *timer_new_tl(QEMUTimerList *timer_list,
> * @cb: the callback to be called when the timer expires
> * @opaque: the opaque pointer to be passed to the callback
> *
> - * Creeate a new timer and associate it with the default
> + * Create a new timer and associate it with the default
> * timer list for the clock type @type.
> *
> * Returns: a pointer to the timer
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] timer.h: fix typo
2016-07-07 10:15 [Qemu-devel] [PATCH] timer.h: fix typo Cao jin
2016-07-07 10:22 ` Peter Maydell
@ 2016-07-28 15:25 ` Michael Tokarev
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2016-07-28 15:25 UTC (permalink / raw)
To: Cao jin, qemu-devel; +Cc: qemu-trivial
Applied to -trivial, thanks!
/mjt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-28 15:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07 10:15 [Qemu-devel] [PATCH] timer.h: fix typo Cao jin
2016-07-07 10:22 ` Peter Maydell
2016-07-28 15:25 ` Michael Tokarev
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).