]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mood.c
build: Convert libsamplerate detection to new macros.
[paraslash.git] / mood.c
diff --git a/mood.c b/mood.c
index 2c37c0625c373ee0b50301d6b9733d41f46fe0f3..8d171bde93170dd110ffe4d1b480dc313a8c61de 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2014 Andre Noll <maan@tuebingen.mpg.de>
+ * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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;