summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-04-19 07:25:40 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-04-24 16:48:13 +0300
commit7693ffaf13c5db9506b545cba53102c826004441 (patch)
tree2f29b14fe6dc329aa1179023ccfba5faffd4459e
parent91029de1adf9ee57ca1f7f2583c23ff9d0d7de73 (diff)
downloadbdwgc-7693ffaf13c5db9506b545cba53102c826004441.tar.gz
Fix typo in comment near extract_conv_spec in cordprnt.c
* cord/cordprnt.c (NONE): Fix a typo in comment ("non-numeric").
-rw-r--r--cord/cordprnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cord/cordprnt.c b/cord/cordprnt.c
index 56c7b75d..49cd6995 100644
--- a/cord/cordprnt.c
+++ b/cord/cordprnt.c
@@ -55,7 +55,7 @@ static int ec_len(CORD_ec x)
return(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 */