Fix typo in comma.cal comment

This commit is contained in:
Landon Curt Noll
2022-06-20 19:28:16 -07:00
parent 5f28e5b851
commit d08b958a15

View File

@@ -384,7 +384,7 @@ define print_comma(x, group, decimal)
/* /*
* print_comma - print base 10 string with 3-digit group separators & integer-fraction separator w/o newline * fprint_comma - print base 10 string with 3-digit group separators & integer-fraction separator w/o newline
* *
* This function prints the result of str_comma(x, group, decimal) on an open file, without a trailing newline. * This function prints the result of str_comma(x, group, decimal) on an open file, without a trailing newline.
* For example: * For example: