summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2017-01-05 09:59:22 +0800
committerJeff Fan <jeff.fan@intel.com>2017-01-16 09:41:01 +0800
commitf70174d66fcc3f53a3111804e3d3a41bf9b77c89 (patch)
treeb9e638f04323f63673f340446400f99e8e316f28 /UefiCpuPkg
parent178b6b5d87975d57c763cad152a93fe0a0d32c2f (diff)
downloadedk2-f70174d66fcc3f53a3111804e3d3a41bf9b77c89.tar.gz
edk2-f70174d66fcc3f53a3111804e3d3a41bf9b77c89.tar.bz2
edk2-f70174d66fcc3f53a3111804e3d3a41bf9b77c89.zip
UefiCpuPkg/MpInitLib: Add missing point mark
Cc: Dandan Bi <dandan.bi@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r--UefiCpuPkg/Library/MpInitLib/MpLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.c b/UefiCpuPkg/Library/MpInitLib/MpLib.c
index 78d18b616e..55fe812d29 100644
--- a/UefiCpuPkg/Library/MpInitLib/MpLib.c
+++ b/UefiCpuPkg/Library/MpInitLib/MpLib.c
@@ -110,7 +110,7 @@ SetApState (
}
/**
- Save BSP's local APIC timer setting
+ Save BSP's local APIC timer setting.
@param[in] CpuMpData Pointer to CPU MP Data
**/