mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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>
This commit is contained in:
parent
1ddbeee4ef
commit
acb9b36472
12 changed files with 12 additions and 12 deletions
|
|
@ -94,7 +94,7 @@ struct wdog_s
|
|||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Pubic Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue