From 6f2302b06c5ca19ed143b01a01031de56b229306 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 9 May 2013 12:39:16 -0700 Subject: [PATCH] timeval: Fix typo in comment. Signed-off-by: Ben Pfaff Acked-by: Ed Maste --- lib/timeval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeval.c b/lib/timeval.c index 751187de1..27a5fc761 100644 --- a/lib/timeval.c +++ b/lib/timeval.c @@ -383,7 +383,7 @@ timeval_to_msec(const struct timeval *tv) } /* Returns the monotonic time at which the "time" module was initialized, in - * milliseconds(). */ + * milliseconds. */ long long int time_boot_msec(void) { -- 2.43.0