Commit b89b340e authored by Lev Walkin's avatar Lev Walkin

comment fix

parent 14e39a91
......@@ -674,7 +674,7 @@ asn_double2REAL(REAL_t *st, double dbl_value) {
accum = mval << ishift;
}
/* Adjust mantissa appropriately. */
/* Adjust exponent appropriately. */
expval += shift_count;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment