summaryrefslogtreecommitdiff
path: root/src/numfmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/numfmt.c')
-rw-r--r--src/numfmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numfmt.c b/src/numfmt.c
index a97994ada..550e3845f 100644
--- a/src/numfmt.c
+++ b/src/numfmt.c
@@ -1277,7 +1277,7 @@ extract_fields (char *line, int _field,
*_suffix = skip_fields (*_data, 1);
if (**_suffix)
{
- /* there is a suffix (i.e. the field is not the last on the line),
+ /* there is a suffix (i.e., the field is not the last on the line),
so null-terminate the _data before it. */
**_suffix = '\0';
++(*_suffix);