diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:08:30 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | ef62da4ff742a0b9f4b718ccc2a03f5497115c9f (patch) | |
tree | 73d4714d754b69638a2287a1e453e22ad028836d /UefiCpuPkg/PiSmmCommunication | |
parent | f60f4cfeb43b8b09a19015e8ce4d86daed35b801 (diff) | |
download | edk2-ef62da4ff742a0b9f4b718ccc2a03f5497115c9f.tar.gz edk2-ef62da4ff742a0b9f4b718ccc2a03f5497115c9f.tar.bz2 edk2-ef62da4ff742a0b9f4b718ccc2a03f5497115c9f.zip |
UefiCpuPkg/PiSmm: Fix various typos
Fix various typos in comments and documentation.
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-78-philmd@redhat.com>
Diffstat (limited to 'UefiCpuPkg/PiSmmCommunication')
-rw-r--r-- | UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.c | 2 | ||||
-rw-r--r-- | UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.c b/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.c index 5d09130e55..68e5003ad4 100644 --- a/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.c +++ b/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.c @@ -366,7 +366,7 @@ Communicate ( @param FileHandle Handle of the file being invoked.
@param PeiServices Pointer to PEI Services table.
- @retval EFI_SUCEESS
+ @retval EFI_SUCCESS
@return Others Some error occurs.
**/
EFI_STATUS
diff --git a/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.c b/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.c index 6be12d6c14..30f7d57bdd 100644 --- a/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.c +++ b/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.c @@ -155,7 +155,7 @@ AllocateAcpiNvsMemoryBelow4G ( @param[in] ImageHandle Image handle of this driver.
@param[in] SystemTable A Pointer to the EFI System Table.
- @retval EFI_SUCEESS
+ @retval EFI_SUCCESS
@return Others Some error occurs.
**/
EFI_STATUS
|