Skip to content

Commit bca1663

Browse files
author
Daniel Kroening
committed
Fix wording in a comment
1 parent 40c004f commit bca1663

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/ansi-c/literals/convert_float_literal.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ exprt convert_float_literal(const std::string &src)
3232
parse_floatt parsed_float(src);
3333

3434
// In ANSI-C, float literals are double by default,
35-
// unless marked with 'f'.
36-
// All of these can be complex as well.
37-
// This can be overridden with
38-
// config.ansi_c.single_precision_constant.
35+
// unless marked with 'f' (this can be overridden with
36+
// config.ansi_c.single_precision_constant).
37+
// Furthermore, floating-point literals can be complex.
3938

4039
floatbv_typet type;
4140

0 commit comments

Comments
 (0)