From: Anton I. <ai...@Br...> - 2016-05-21 12:54:29
|
On 21/05/16 13:11, Andrea Gelmini wrote: > Signed-off-by: Andrea Gelmini <and...@ge...> > --- > arch/um/os-Linux/time.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/um/os-Linux/time.c b/arch/um/os-Linux/time.c > index 0e39b99..6caa556 100644 > --- a/arch/um/os-Linux/time.c > +++ b/arch/um/os-Linux/time.c > @@ -91,7 +91,7 @@ int os_timer_set_interval(void* timer, void* i) > /** > * os_timer_remain() - returns the remaining nano seconds of the given interval > * timer > - * Because this is the remaining time of an interval timer, which correspondends > + * Because this is the remaining time of an interval timer, which correspondences corresponds. > * to HZ, this value can never be bigger than one second. Just > * the nanosecond part of the timer is returned. > * The returned time is relative to the start time of the interval timer. |