summaryrefslogtreecommitdiffstats
path: root/FmpDevicePkg
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-07-19 13:44:28 +0800
committerKinney, Michael D <michael.d.kinney@intel.com>2018-08-02 14:46:18 -0700
commite8619f82ce9522e573f5dd49bb2f2d516ae9ab1b (patch)
treeac472639f70b8a3acb22fcbaa0f4e5016eb5fe89 /FmpDevicePkg
parent262b7a311cbdaac79cf17780e505623b65618596 (diff)
downloadedk2-e8619f82ce9522e573f5dd49bb2f2d516ae9ab1b.tar.gz
edk2-e8619f82ce9522e573f5dd49bb2f2d516ae9ab1b.tar.bz2
edk2-e8619f82ce9522e573f5dd49bb2f2d516ae9ab1b.zip
FmpDevicePkg FmpDxe: Update function comment for FmpDxeEntryPoint
FmpDxeEntryPoint is used by both FmpDxe and FmpDxeLib. Cc: Michael D Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'FmpDevicePkg')
-rw-r--r--FmpDevicePkg/FmpDxe/FmpDxe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.c b/FmpDevicePkg/FmpDxe/FmpDxe.c
index b709bc282a..c0c1383723 100644
--- a/FmpDevicePkg/FmpDxe/FmpDxe.c
+++ b/FmpDevicePkg/FmpDxe/FmpDxe.c
@@ -1360,7 +1360,7 @@ cleanup:
}
/**
- Main entry for this library.
+ Main entry for this driver/library.
@param[in] ImageHandle Image handle this driver.
@param[in] SystemTable Pointer to SystemTable.