From: Ben Pfaff Date: Thu, 9 May 2013 19:39:16 +0000 (-0700) Subject: timeval: Fix typo in comment. X-Git-Tag: sliver-openvswitch-2.0.90-1~36^2~45 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6f2302b06c5ca19ed143b01a01031de56b229306;p=sliver-openvswitch.git timeval: Fix typo in comment. Signed-off-by: Ben Pfaff Acked-by: Ed Maste --- 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) {