From 06bbd651f91353b4e7a63386291d41e5d8fca5ca Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 30 Sep 2014 22:37:19 +0000 Subject: [PATCH] mood.c: Fix typo in comment of struct afs_statistics. --- mood.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2