mood.c: Fix typo in comment of struct afs_statistics.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 30 Sep 2014 22:37:19 +0000 (22:37 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 19 Jan 2015 22:08:52 +0000 (23:08 +0100)
mood.c

diff --git a/mood.c b/mood.c
index dce72a7b93187bb227be92a00159c3dfd1e29f03..8d171bde93170dd110ffe4d1b480dc313a8c61de 100644 (file)
--- 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;