From: Andre Noll Date: Tue, 30 Sep 2014 22:37:19 +0000 (+0000) Subject: mood.c: Fix typo in comment of struct afs_statistics. X-Git-Tag: v0.5.4~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=06bbd651f91353b4e7a63386291d41e5d8fca5ca mood.c: Fix typo in comment of struct afs_statistics. --- diff --git a/mood.c b/mood.c index dce72a7b..8d171bde 100644 --- a/mood.c +++ b/mood.c @@ -30,7 +30,7 @@ struct afs_statistics { int64_t num_played_sum; /** Sum of last played times over all admissible files. */ int64_t last_played_sum; - /** Quadratic deviation of num played time. */ + /** Quadratic deviation of num played count. */ int64_t num_played_qd; /** Quadratic deviation of last played time. */ int64_t last_played_qd;