From cb9d42c3e814854801cbb9877587be03b3bbdfad Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 9 Aug 2015 21:10:10 +0200 Subject: [PATCH] audiod_command.c: Fix typo in comment. --- audiod_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiod_command.c b/audiod_command.c index 68cc15fb..76c18571 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -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; -- 2.39.2