diff options
author | Pierre Gondois <pierre.gondois@arm.com> | 2022-08-23 18:00:15 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-09-05 13:52:51 +0000 |
commit | a4037690d9199663acb0c01ffd265159f676aac9 (patch) | |
tree | 93607289ca75417190aaf2fbaf5a0e41f2e179ad /EmbeddedPkg/Library/TemplateRealTimeClockLib | |
parent | 05db766bee88c1db2ebe9566eb088cceb05fed93 (diff) | |
download | edk2-a4037690d9199663acb0c01ffd265159f676aac9.zip edk2-a4037690d9199663acb0c01ffd265159f676aac9.tar.gz edk2-a4037690d9199663acb0c01ffd265159f676aac9.tar.bz2 |
EmbeddedPkg: Remove duplicated words
In an effort to clean the documentation of the above
package, remove duplicated words.
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
Diffstat (limited to 'EmbeddedPkg/Library/TemplateRealTimeClockLib')
-rw-r--r-- | EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c b/EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c index 7e8aaf2..cb50259 100644 --- a/EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c +++ b/EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c @@ -48,7 +48,7 @@ LibGetTime ( @retval EFI_SUCCESS The operation completed successfully.
@retval EFI_INVALID_PARAMETER A time field is out of range.
- @retval EFI_DEVICE_ERROR The time could not be set due due to hardware error.
+ @retval EFI_DEVICE_ERROR The time could not be set due to hardware error.
**/
EFI_STATUS
|