]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c
MdeModulePkg Variable: Fix comment typo 'end' to 'start'
authorStar Zeng <star.zeng@intel.com>
Thu, 27 Sep 2018 01:46:17 +0000 (09:46 +0800)
committerStar Zeng <star.zeng@intel.com>
Fri, 28 Sep 2018 03:13:34 +0000 (11:13 +0800)
commit4063d37c6a96f534abb0d2861776648fb453ca4d
treee6c8e0eb7bae4eddbfe987147b130e32cd746ed0
parent631db6b24d84c12c8710ee8b01cc095937c35e10
MdeModulePkg Variable: Fix comment typo 'end' to 'start'

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1214
This patch only updates comment and function description, so has
no functionality impact.

This patch fixes comment typo 'end' to 'start' in GetStartPointer.

GetStartPointer for PEI and DXE has aligned function description,
but GetEndPointer does not.
This patch also aligns GetEndPointer's function description for
PEI and DXE.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
MdeModulePkg/Universal/Variable/Pei/Variable.c
MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c