diff options
author | Star Zeng <star.zeng@intel.com> | 2018-07-19 13:44:28 +0800 |
---|---|---|
committer | Kinney, Michael D <michael.d.kinney@intel.com> | 2018-08-02 14:46:18 -0700 |
commit | e8619f82ce9522e573f5dd49bb2f2d516ae9ab1b (patch) | |
tree | ac472639f70b8a3acb22fcbaa0f4e5016eb5fe89 /FmpDevicePkg | |
parent | 262b7a311cbdaac79cf17780e505623b65618596 (diff) | |
download | edk2-e8619f82ce9522e573f5dd49bb2f2d516ae9ab1b.tar.gz |
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.c | 2 |
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.
|