audiod_command.c: Fix typo in comment.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 9 Aug 2015 19:10:10 +0000 (21:10 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Aug 2015 19:45:43 +0000 (21:45 +0200)
audiod_command.c

index 68cc15fbeca828d436be083f23f9aec19dac28e4..76c185711b33c0b431c1366805a04539ccf785c5 100644 (file)
@@ -78,7 +78,7 @@ struct stat_client {
        int fd;
        /** Bitmask of those status items the client is interested in. */
        uint64_t item_mask;
-       /** See \ref stat_client flags. s*/
+       /** See \ref stat_client flags. */
        unsigned flags;
        /** Its entry in the list of stat clients. */
        struct list_head node;