From ff24ce91938ac7ad1f3321b16118222f90ef98c3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 4 Feb 2020 22:48:19 -0800 Subject: [PATCH] Typo in license for newlib/libc/stdio/flags.c Fix spelling: MERCHANT I BILITY -> MERCHANT A BILITY Signed-off-by: Keith Packard --- newlib/libc/stdio/flags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/stdio/flags.c b/newlib/libc/stdio/flags.c index f0a94bcf5..7bbd50181 100644 --- a/newlib/libc/stdio/flags.c +++ b/newlib/libc/stdio/flags.c @@ -12,7 +12,7 @@ * from this software without specific prior written permission. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ /* No user fns here. Pesch 15apr92 */