From 1123865b9a3e45dc26d7c6dec0ed3540274c1c3d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 16 Sep 2011 20:58:30 +0200 Subject: [PATCH] time.c: Fix typo in comment. --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time.c b/time.c index 19bf469c..3ec2a2d4 100644 --- a/time.c +++ b/time.c @@ -12,7 +12,7 @@ * * \param tv The time value value to convert. * - * \return The number off milliseconds in \a tv. + * \return The number of milliseconds in \a tv. */ long unsigned tv2ms(const struct timeval *tv) { -- 2.39.2