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:
Ilikara 2026-07-01 15:35:56 +08:00 committed by Xiang Xiao
parent 1ddbeee4ef
commit acb9b36472
12 changed files with 12 additions and 12 deletions

View file

@ -1596,7 +1596,7 @@ static int at32_tim_checkint(struct at32_tim_dev_s *dev, int source)
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -1720,7 +1720,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev, int source)
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -1711,7 +1711,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev,
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -1494,7 +1494,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev,
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -1494,7 +1494,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev,
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -1177,7 +1177,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev, int source)
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -1496,7 +1496,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev,
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -1148,7 +1148,7 @@ static bool pic32mz_timer_checkint(struct pic32mz_timer_dev_s *dev)
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -563,7 +563,7 @@ static int bm3803_tim_checkint(struct bm3803_tim_dev_s *dev, int source)
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -640,7 +640,7 @@ static int s698pm_tim_checkint(struct s698pm_tim_dev_s *dev, int source)
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -207,7 +207,7 @@ errout_with_listener:
}
/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/
/****************************************************************************

View file

@ -94,7 +94,7 @@ struct wdog_s
};
/****************************************************************************
* Pubic Function Prototypes
* Public Function Prototypes
****************************************************************************/
#ifdef __cplusplus