]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c
ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, line endings)
[mirror_edk2.git] / ArmPlatformPkg / Library / PL031RealTimeClockLib / PL031RealTimeClockLib.c
index 03361cd73aecfa4a20f478284d69f760f57a3fda..ec3091b9e79a32fd213acae490cc398624d3a718 100644 (file)
@@ -53,7 +53,7 @@ IdentifyPL031 (
     goto EXIT;\r
   }\r
 \r
-  // Check if this PrimeCell Peripheral is the SP805 Watchdog Timer\r
+  // Check if this PrimeCell Peripheral is the PL031 Real Time Clock\r
   if (  (MmioRead8 (PL031_RTC_PERIPH_ID0) != 0x31)\r
       || (MmioRead8 (PL031_RTC_PERIPH_ID1) != 0x10)\r
       || ((MmioRead8 (PL031_RTC_PERIPH_ID2) & 0xF) != 0x04)\r