diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/vfscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index 343056769e..78dc2fcfe5 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -2185,7 +2185,7 @@ _IO_vfscanf_internal (_IO_FILE *s, const char *format, _IO_va_list argptr, } /* Start checking against localized digits, if - convertion is done correctly. */ + conversion is done correctly. */ while (1) { if (got_e && wp[wpsize - 1] == exp_char |