Fix comments
authorXilin Wu <strongtz@yeah.net>
星期六, 7 Aug 2021 15:00:11 +0000 (23:00 +0800)
committerGitHub <noreply@github.com>
星期六, 7 Aug 2021 15:00:11 +0000 (23:00 +0800)
Sadly the dog is not getting fed :/

sdm845Pkg/Drivers/sdm845Dxe/sdm845Dxe.c

index 89d41afe7ffc0716296ddf6c2473fba7a0c8d600..0cc385524920cab2d70a49802edc0a48b32aaa1e 100644 (file)
@@ -43,9 +43,9 @@ InitPeripherals (
   IN VOID
   )
 {
-  //Feed the QcomWdogTimer
+  //Kill the QcomWdogTimer on certain devices
   MmioWrite32(0x17980008,0x000000);
-  DEBUG ((EFI_D_WARN, "\n \v The Dog is feeded :)\v"));
+  DEBUG ((EFI_D_WARN, "\n \v The Dog is killed :)\v"));
 
 }