From: Chris Packham Date: Sun, 17 Feb 2019 19:48:04 +0000 (+1300) Subject: dm: Fix typo 'Watchdot' -> 'Watchdog' X-Git-Tag: v2019.04-rc3~15^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=72384ff2e95bc54380f1015eb087211cc199844a;p=oweals%2Fu-boot.git dm: Fix typo 'Watchdot' -> 'Watchdog' Signed-off-by: Chris Packham --- 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,