diff options
author | Pierre Gondois <pierre.gondois@arm.com> | 2022-08-23 18:00:10 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-09-05 13:52:51 +0000 |
commit | 1926702c95634eb60ef237b01b444535039d735f (patch) | |
tree | 6c140c333661333922a35b9ed94454968b48d656 /ArmPlatformPkg | |
parent | 6dc4ac13476d182f473b8c61afe736d9f3596503 (diff) | |
download | edk2-1926702c95634eb60ef237b01b444535039d735f.tar.gz edk2-1926702c95634eb60ef237b01b444535039d735f.tar.bz2 edk2-1926702c95634eb60ef237b01b444535039d735f.zip |
ArmPlatformPkg: 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: Sami Mujawar <sami.muajwar@arm.com>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Diffstat (limited to 'ArmPlatformPkg')
-rw-r--r-- | ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c b/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c index a203299c06..ec7feaeedc 100644 --- a/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c +++ b/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c @@ -173,7 +173,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
|