diff options
author | Thomas Huth <thuth@redhat.com> | 2017-01-18 21:40:15 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2017-01-20 08:50:09 +0800 |
commit | 619ad10f3af2774880867dd638a8016d3181b516 (patch) | |
tree | 17b0332c44109240e4862968af8f0f6016b4627f /PcAtChipsetPkg/8254TimerDxe/Timer.h | |
parent | 19ca06bb84cafd661f7da34e9ca3c7ec6add1135 (diff) | |
download | edk2-619ad10f3af2774880867dd638a8016d3181b516.tar.gz |
PcAtChipsetPkg: Fix typing errors
Correct the reported by the codespell utility in some files
of PcAtChipsetPkg.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'PcAtChipsetPkg/8254TimerDxe/Timer.h')
-rw-r--r-- | PcAtChipsetPkg/8254TimerDxe/Timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.h b/PcAtChipsetPkg/8254TimerDxe/Timer.h index c2c29bb9cd..b2c8afb606 100644 --- a/PcAtChipsetPkg/8254TimerDxe/Timer.h +++ b/PcAtChipsetPkg/8254TimerDxe/Timer.h @@ -57,7 +57,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @retval EFI_SUCCESS Timer Architectural Protocol created
@retval EFI_OUT_OF_RESOURCES Not enough resources available to initialize driver.
- @retval EFI_DEVICE_ERROR A device error occured attempting to initialize the driver.
+ @retval EFI_DEVICE_ERROR A device error occurred attempting to initialize the driver.
**/
EFI_STATUS
|