search for: 9f32ae4

Displaying 1 result from an estimated 1 matches for "9f32ae4".

Did you mean: 98f32ae4
2016 Feb 01
0
[klibc:master] fwrite: fix typo in comment
...mment, no code change. Reported-by: Gilles Espinasse <g.esp at free.fr> Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- usr/klibc/stdio/fwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/klibc/stdio/fwrite.c b/usr/klibc/stdio/fwrite.c index feb48ef..9f32ae4 100644 --- a/usr/klibc/stdio/fwrite.c +++ b/usr/klibc/stdio/fwrite.c @@ -21,7 +21,7 @@ static size_t fwrite_noflush(const void *buf, size_t count, if (count >= f->bufsiz) { /* - * The the write is large, so bypass + * The write is large, so bypass * buffering entirely....