Skip to content

Commit bfad0fb

Browse files
committed
libutil: fix typo in parse_size.h
Problem: There is an extra 'so' in the comment documenting the parse_size() function in parse_size.h. Remove the typo.
1 parent 480a3ab commit bfad0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/libutil/parse_size.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* P 2^50
2323
* E 2^60
2424
*
25-
* The numeric part is parsed with first strtoull(3) then strtod(3), so
25+
* The numeric part is parsed with first strtoull(3) then strtod(3),
2626
* so all input supported by those functions should work including
2727
* decimal (255), hex (0xf), octal (0377 prefix), exponent (2.55E2), etc.
2828
*

0 commit comments

Comments
 (0)