command.c: Fix typo in comment.
authorAndre Noll <maan@systemlinux.org>
Sun, 15 Jan 2012 16:13:33 +0000 (17:13 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 15 Jan 2012 16:13:33 +0000 (17:13 +0100)
command.c

index d024b8890277ba7745714f971a2ebcae74a544aa..f194a7c137d8982f7ba8dac3edd205f947071a73 100644 (file)
--- a/command.c
+++ b/command.c
@@ -126,7 +126,7 @@ static char *get_status(struct misc_meta_data *nmmd, int parser_friendly)
         * The calls to WRITE_STATUS_ITEM() below never fail because
         * b->max_size is zero (unlimited), see para_printf(). However, clang
         * is not smart enough to prove this and complains nevertheless.
-        * Casting the return value to void silences solves this.
+        * Casting the return value to void silences clang.
         */
        (void)WRITE_STATUS_ITEM(&b, SI_FILE_SIZE, "%zu\n", nmmd->size / 1024);
        (void)WRITE_STATUS_ITEM(&b, SI_MTIME, "%s\n", mtime);