From e8619f82ce9522e573f5dd49bb2f2d516ae9ab1b Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Thu, 19 Jul 2018 13:44:28 +0800 Subject: [PATCH 1/1] FmpDevicePkg FmpDxe: Update function comment for FmpDxeEntryPoint FmpDxeEntryPoint is used by both FmpDxe and FmpDxeLib. Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Michael D Kinney --- FmpDevicePkg/FmpDxe/FmpDxe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2