Fix "with with" typos

In many cases, remove one of them.
In a few places, it looks like a typo of "width" actually.
This commit is contained in:
YAMAMOTO Takashi
2020-01-27 13:55:23 +09:00
committed by Alin Jerpelea
parent e02c14a926
commit 83354983c3
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ more like on multi-threaded program that all runs in kernel-mode.
But if the CONFIG_BUILD_PROTECTED option is selected, NuttX will be built
into distinct user-mode and kernel-mode sections. In that case, most of the
code in the nuttx/ directory will run in kernel-mode with with exceptions
code in the nuttx/ directory will run in kernel-mode with exceptions
of (1) the user-mode "proxies" found in syscall/proxies, and (2) the
standard C library functions found in this directory. In this build model,
it is critical to separate the user-mode OS interfaces in this way.