From 6295d571ce294b25908846d9c3e2f81d0978b83d Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 9 Feb 2017 22:58:37 +0000 Subject: [PATCH] Minor typos --- libc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/Kconfig b/libc/Kconfig index 089f77571b..8988dc3696 100644 --- a/libc/Kconfig +++ b/libc/Kconfig @@ -15,7 +15,7 @@ config STDIO_DISABLE_BUFFERING NOTE that even if STDIO buffering is enabled, you can still disable buffering by setting CONFIG_STDIO_BUFFER_SIZE=0 or dynamically through the setvbuf() interface. In this case, however, memory - used forbuffering will be eliminated, of course, buth there will be + used for buffering will be eliminated, of course, but there will be no reduction in static code size. Only setting CONFIG_STDIO_DISABLE_BUFFERING will reduce static code size.