Improve a comment in visomat-data-downloader.c
authorAntonio Ospite <ao2@ao2.it>
Thu, 20 Aug 2015 08:26:41 +0000 (10:26 +0200)
committerAntonio Ospite <ao2@ao2.it>
Thu, 20 Aug 2015 08:26:41 +0000 (10:26 +0200)
src/visomat-data-downloader.c

index 2bdd5ea..c2b8590 100644 (file)
@@ -119,7 +119,7 @@ static void print_record_csv_compat(struct datetime *d, struct pressure *p)
        printf("\n");
 }
 
-/* TODO separate better decoding data from printing it */
+/* TODO: it would be better to separate decoding data from printing it */
 static int decode_eeprom(unsigned char *buffer,
                         unsigned int len,
                         unsigned int user_mask)