[U-Boot] [PATCH] dm: Fix typo 'Watchdot' -> 'Watchdog'
Chris Packham
judge.packham at gmail.com
Sun Feb 17 19:48:04 UTC 2019
Signed-off-by: Chris Packham <judge.packham at gmail.com>
---
include/dm/uclass-id.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h
index f3bafb3c6353..86e59781b058 100644
--- a/include/dm/uclass-id.h
+++ b/include/dm/uclass-id.h
@@ -106,7 +106,7 @@ enum uclass_id {
UCLASS_VIRTIO, /* VirtIO transport device */
UCLASS_W1, /* Dallas 1-Wire bus */
UCLASS_W1_EEPROM, /* one-wire EEPROMs */
- UCLASS_WDT, /* Watchdot Timer driver */
+ UCLASS_WDT, /* Watchdog Timer driver */
UCLASS_COUNT,
UCLASS_INVALID = -1,
--
2.20.1
More information about the U-Boot
mailing list