]> Git Repo - J-u-boot.git/commitdiff
dm: Fix typo 'Watchdot' -> 'Watchdog'
authorChris Packham <[email protected]>
Sun, 17 Feb 2019 19:48:04 +0000 (08:48 +1300)
committerTom Rini <[email protected]>
Tue, 19 Feb 2019 21:58:24 +0000 (16:58 -0500)
Signed-off-by: Chris Packham <[email protected]>
include/dm/uclass-id.h

index f3bafb3c6353513699d556dde8e54c29605605a2..86e59781b058fdf15ea741c0bcefa893430fad50 100644 (file)
@@ -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,
This page took 0.036302 seconds and 4 git commands to generate.