diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2022-04-19 07:25:40 +0300 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2022-04-19 07:25:40 +0300 |
commit | b54bec6a846bce6610dd27523004f840a4da7c90 (patch) | |
tree | 604bd6e1bd2c9bc0958d41933a2c403e96f209bb /cord | |
parent | 9d77d70bed28887d4b965d1d85db6e95059952d3 (diff) | |
download | bdwgc-b54bec6a846bce6610dd27523004f840a4da7c90.tar.gz |
Fix typo in comment near extract_conv_spec in cordprnt.c
* cord/cordprnt.c (NONE): Fix a typo in comment ("non-numeric").
Diffstat (limited to 'cord')
-rw-r--r-- | cord/cordprnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cord/cordprnt.c b/cord/cordprnt.c index c2ea45ed..52d9935c 100644 --- a/cord/cordprnt.c +++ b/cord/cordprnt.c @@ -63,7 +63,7 @@ static int ec_len(CORD_ec x) return (int)(CORD_len(x[0].ec_cord) + (x[0].ec_bufptr - x[0].ec_buf)); } -/* Possible nonumeric precision values. */ +/* Possible non-numeric precision values. */ # define NONE -1 # define VARIABLE -2 /* Copy the conversion specification from CORD_pos into the buffer buf */ |