Merge branch 'master' of github.com:laurencelundblade/QCBOR
diff --git a/inc/qcbor/qcbor_decode.h b/inc/qcbor/qcbor_decode.h
index bf4a042..053c009 100644
--- a/inc/qcbor/qcbor_decode.h
+++ b/inc/qcbor/qcbor_decode.h
@@ -438,13 +438,11 @@
       /** The value for @c uDataType @ref QCBOR_TYPE_DAYS_EPOCH -- the
        *  number of days before or after Jan 1, 1970. */
       int64_t     epochDays;
-
       /** No longer used. Was the value for @ref QCBOR_TYPE_DATE_STRING,
        * but now that value is in @c string.  TODO: finish writing this.*/
       UsefulBufC  dateString;
-
       /** The value for @c uDataType @ref QCBOR_TYPE_POSBIGNUM and
-           @ref QCBOR_TYPE_NEGBIGNUM.  TODO: change to string*/
+       * @ref QCBOR_TYPE_NEGBIGNUM.  */
       UsefulBufC  bigNum;
       /** The integer value for unknown simple types. TODO: doc this better. */
       uint8_t     uSimple;