From: Andre Noll Date: Fri, 16 Sep 2011 18:58:30 +0000 (+0200) Subject: time.c: Fix typo in comment. X-Git-Tag: v0.4.9~27 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1123865b9a3e45dc26d7c6dec0ed3540274c1c3d;hp=8855b0c2f8d72aabbef5f2d2549ee703231e2f51 time.c: Fix typo in comment. --- 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) {