diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-11-20 10:27:48 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-11-20 10:27:48 +0000 |
commit | 9a40233fa0d4c587880f5d3d3f42813ec6e6ae32 (patch) | |
tree | 241b0205b13dd2914bab182e4d3598c3a0569c3e /libio | |
parent | 53a451c64a34f4602b9479aaa8effe149e150a54 (diff) | |
download | glibc-9a40233fa0d4c587880f5d3d3f42813ec6e6ae32.tar.gz glibc-9a40233fa0d4c587880f5d3d3f42813ec6e6ae32.tar.xz glibc-9a40233fa0d4c587880f5d3d3f42813ec6e6ae32.zip |
Updated to fedora-glibc-20061120T1000 cvs/fedora-glibc-2_5_90-7
Diffstat (limited to 'libio')
-rw-r--r-- | libio/vswprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/vswprintf.c b/libio/vswprintf.c index 5bbd20227b..e9a316a01c 100644 --- a/libio/vswprintf.c +++ b/libio/vswprintf.c @@ -119,7 +119,7 @@ _IO_vswprintf (string, maxlen, format, args) if (sf.f._sbf._f._wide_data->_IO_buf_base == sf.overflow_buf) /* ISO C99 requires swprintf/vswprintf to return an error if the - output does not fit int he provided buffer. */ + output does not fit in the provided buffer. */ return -1; /* Terminate the string. */ |