mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
dm: Fix typo 'Watchdot' -> 'Watchdog'
Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
36a75344d7
commit
72384ff2e9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue