Commit 72384ff2e95bc54380f1015eb087211cc199844a

Authored by Chris Packham
Committed by Tom Rini
1 parent 36a75344d7

dm: Fix typo 'Watchdot' -> 'Watchdog'

Signed-off-by: Chris Packham <judge.packham@gmail.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/dm/uclass-id.h
... ... @@ -106,7 +106,7 @@
106 106 UCLASS_VIRTIO, /* VirtIO transport device */
107 107 UCLASS_W1, /* Dallas 1-Wire bus */
108 108 UCLASS_W1_EEPROM, /* one-wire EEPROMs */
109   - UCLASS_WDT, /* Watchdot Timer driver */
  109 + UCLASS_WDT, /* Watchdog Timer driver */
110 110  
111 111 UCLASS_COUNT,
112 112 UCLASS_INVALID = -1,