nuttx/drivers/video/vnc
Ilikara acb9b36472 drivers: Fix comment typos — 'Pubic' → 'Public' across drivers and headers.
Fix spelling error in section header comments:
  'Pubic Function Prototypes' → 'Public Function Prototypes'
  'Pubic Functions' → 'Public Functions'

Affected files (12 files, 12 occurrences):
  arch/arm/src/at32/at32_tim.c
  arch/arm/src/common/stm32/stm32_tim_m3m4_v1v2v3.c
  arch/arm/src/stm32l4/stm32l4_tim.c
  arch/arm/src/stm32l5/stm32l5_tim.c
  arch/arm/src/stm32u5/stm32_tim.c
  arch/arm/src/stm32wb/stm32wb_tim.c
  arch/arm/src/stm32wl5/stm32wl5_tim.c
  arch/mips/src/pic32mz/pic32mz_timer.c
  arch/sparc/src/bm3803/bm3803_tim.c
  arch/sparc/src/s698pm/s698pm_tim.c
  drivers/video/vnc/vnc_server.c
  include/nuttx/wdog.h

These are all comment-only changes with no functional impact.

Signed-off-by: Ilikara <3435193369@qq.com>
2026-07-02 13:29:48 +08:00
..
CMakeLists.txt
Kconfig drivers/video/vnc: fix typo in Kconfig 2026-05-19 08:40:22 +08:00
Make.defs
vnc_color.c
vnc_fbdev.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vnc_kbd.c
vnc_keymap.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
vnc_negotiate.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vnc_raw.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vnc_receiver.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vnc_rre.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vnc_server.c drivers: Fix comment typos — 'Pubic' → 'Public' across drivers and headers. 2026-07-02 13:29:48 +08:00
vnc_server.h drivers/video: use spinlock to replace critical section for goldfish_fb and vnc 2026-05-22 15:38:50 +08:00
vnc_touch.c
vnc_updater.c drivers/video: use spinlock to replace critical section for goldfish_fb and vnc 2026-05-22 15:38:50 +08:00