diff options
author | Sean Brogan <sean.brogan@microsoft.com> | 2019-10-08 21:55:54 -0700 |
---|---|---|
committer | Michael D Kinney <michael.d.kinney@intel.com> | 2019-10-22 17:28:09 -0700 |
commit | 53b1dd1036df3839d46bb150f7a8b2037390093a (patch) | |
tree | 0b470b843b5c51fdf8b6759eb4c37f4e9224adc0 /PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c | |
parent | 44c9618a3f518b0fc21df71d9f047b60754b7ebb (diff) | |
download | edk2-53b1dd1036df3839d46bb150f7a8b2037390093a.tar.gz edk2-53b1dd1036df3839d46bb150f7a8b2037390093a.tar.bz2 edk2-53b1dd1036df3839d46bb150f7a8b2037390093a.zip |
PcAtChipsetPkg: Fix spelling errors
https://bugzilla.tianocore.org/show_bug.cgi?id=2263
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c')
-rw-r--r-- | PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c index 8b68b0f192..52af179417 100644 --- a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c +++ b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c @@ -1051,9 +1051,9 @@ IsLeapYear ( }
/**
- Converts time from EFI_TIME format defined by UEFI spec to RTC's.
+ Converts time from EFI_TIME format defined by UEFI spec to RTC format.
- This function converts time from EFI_TIME format defined by UEFI spec to RTC's.
+ This function converts time from EFI_TIME format defined by UEFI spec to RTC format.
If data mode of RTC is BCD, then converts EFI_TIME to it.
If RTC is in 12-hour format, then converts EFI_TIME to it.
|