time.c: Fix typo in comment.
authorAndre Noll <maan@systemlinux.org>
Fri, 16 Sep 2011 18:58:30 +0000 (20:58 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 16 Sep 2011 18:58:30 +0000 (20:58 +0200)
time.c

diff --git a/time.c b/time.c
index 19bf469cd261bcd3dde93438a312ac5a685dbdd5..3ec2a2d437422f39e9845b7f519e01ae4216b89c 100644 (file)
--- 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)
 {