diff options
author | Chris Packham <judge.packham@gmail.com> | 2019-02-18 08:48:04 +1300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-19 16:58:24 -0500 |
commit | 72384ff2e95bc54380f1015eb087211cc199844a (patch) | |
tree | c085dba10e58a7225183e5515442d2926ea52236 /include/dm | |
parent | 36a75344d7c7d7add3df0e562ca5e920632ea18b (diff) | |
download | u-boot-72384ff2e95bc54380f1015eb087211cc199844a.tar.gz |
dm: Fix typo 'Watchdot' -> 'Watchdog'
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'include/dm')
-rw-r--r-- | include/dm/uclass-id.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index f3bafb3c63..86e59781b0 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, |