Minor typos

This commit is contained in:
David Sidrane 2017-02-09 22:58:37 +00:00
parent 9946969c6c
commit 6295d571ce
1 changed files with 1 additions and 1 deletions

View File

@ -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.