From 83354983c3bdd87bfba4e149fb6118fc1e238d9a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 27 Jan 2020 13:55:23 +0900 Subject: [PATCH] Fix "with with" typos In many cases, remove one of them. In a few places, it looks like a typo of "width" actually. --- Documentation/NXGraphicsSubsystem.html | 2 +- boards/arm/stm32/stm32f103-minimum/src/stm32_lcd_backpack.c | 2 +- boards/arm/stm32/stm32f4discovery/README.txt | 2 +- boards/avr/at90usb/micropendous3/README.txt | 2 +- drivers/rwbuffer.c | 2 +- fs/unionfs/fs_unionfs.c | 2 +- graphics/Kconfig | 2 +- graphics/README.txt | 2 +- graphics/vnc/server/vnc_color.c | 2 +- include/nuttx/net/ethernet.h | 2 +- libs/libc/README.txt | 2 +- sched/task/task_exithook.c | 4 ++-- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index a4684731e25..d1398a27577 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -3852,7 +3852,7 @@ int nxcursor_setposition(NXHANDLE hnd, FAR const struct nxgl_point_s *pos);