timeval: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Thu, 9 May 2013 19:39:16 +0000 (12:39 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 12 Jul 2013 00:04:52 +0000 (17:04 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ed Maste <emaste@freebsd.org>
lib/timeval.c

index 751187d..27a5fc7 100644 (file)
@@ -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)
 {