소스 검색

[drivers][watchdog] 修复watchdog.c 注释的一处笔误

GaoJie 5 년 전
부모
커밋
8aaa89a6f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/drivers/watchdog/watchdog.c

+ 1 - 1
components/drivers/watchdog/watchdog.c

@@ -14,7 +14,7 @@
 /* RT-Thread Device Interface */
 
 /*
- * This function initializes serial
+ * This function initializes watchdog
  */
 static rt_err_t rt_watchdog_init(struct rt_device *dev)
 {