X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=src%2Fcoloredstderr.c;fp=src%2Fcoloredstderr.c;h=064383ea545c90697fbc1f849ba301cc5799c494;hp=eaeebd30801aff421096ecd801140721ddd26841;hb=733e149c1a48f5fcb5c90579c67af57f9df982ef;hpb=b52ae7942bd7e7648a3998364e8d7bc9f21c38e6 diff --git a/src/coloredstderr.c b/src/coloredstderr.c index eaeebd3..064383e 100644 --- a/src/coloredstderr.c +++ b/src/coloredstderr.c @@ -326,7 +326,7 @@ HOOK_FILE2(int, __overflow, f, _IO_FILE *, f, int, ch) /* Same for FreeBSD's libc. However it's more aggressive: The inline writing * and __swbuf() are also used for normal output (e.g. putc()). Writing to * stderr is still fine; it always calls __swbuf() as stderr is always - * unbufferd. */ + * unbuffered. */ #ifdef HAVE___SWBUF HOOK_FILE2(int, __swbuf, f, int, c, FILE *, f) #endif