diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-12-13 10:46:28 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-12-14 21:34:42 +0800 |
commit | 367284e7735478b0c4ad37d8f6bf17d3c4a473d0 (patch) | |
tree | 0fe64e5d42241487aae4990a10c115bb0425c506 /UefiCpuPkg/CpuDxe | |
parent | 67c09dd5ce8af0b909e5f8f51cb178e0fb6603a3 (diff) | |
download | edk2-367284e7735478b0c4ad37d8f6bf17d3c4a473d0.tar.gz edk2-367284e7735478b0c4ad37d8f6bf17d3c4a473d0.tar.bz2 edk2-367284e7735478b0c4ad37d8f6bf17d3c4a473d0.zip |
UefiCpuPkg: Make the comments align with the functions
Cc: Jeff Fan <jeff.fan@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Diffstat (limited to 'UefiCpuPkg/CpuDxe')
-rw-r--r-- | UefiCpuPkg/CpuDxe/CpuMp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuDxe/CpuMp.c b/UefiCpuPkg/CpuDxe/CpuMp.c index 3e4f83fac2..9659bd2807 100644 --- a/UefiCpuPkg/CpuDxe/CpuMp.c +++ b/UefiCpuPkg/CpuDxe/CpuMp.c @@ -322,7 +322,7 @@ StartupAllAPs ( EFI_EVENT is defined in CreateEvent() in
the Unified Extensible Firmware Interface
Specification.
- @param[in] TimeoutInMicrosecsond Indicates the time limit in microseconds for
+ @param[in] TimeoutInMicroseconds Indicates the time limit in microseconds for
this AP to finish this Procedure, either for
blocking or non-blocking mode. Zero means
infinity. If the timeout expires before
|