[PATCH v2 1/4] StandaloneMmPkg: Core: Spelling error in comment
Kun Qin
From: Sean Brogan <sean.brogan@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3445 This change fixed a misspelling that was not caught by spell check. Cc: Ard Biesheuvel <ardb+tianocore@...> Cc: Sami Mujawar <sami.mujawar@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Supreeth Venkatesh <supreeth.venkatesh@...> Cc: Sean Brogan <sean.brogan@...> Signed-off-by: Sean Brogan <sean.brogan@...> Signed-off-by: Kun Qin <kuqin12@...> Reviewed-by: Ard Biesheuvel <ardb@...> --- Notes: v2: - Added signed-off-by from Kun [Ard] - Added reviewed-by tag [Ard] StandaloneMmPkg/Core/Dispatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneMmPkg/Core/Dispatcher.c b/StandaloneMmPkg/Core/Dispatcher.c index dbd5332fa9d3..7e4bf5e94025 100644 --- a/StandaloneMmPkg/Core/Dispatcher.c +++ b/StandaloneMmPkg/Core/Dispatcher.c @@ -4,7 +4,7 @@ Step #1 - When a FV protocol is added to the system every driver in the FV is added to the mDiscoveredList. The Before, and After Depex are pre-processed as drivers are added to the mDiscoveredList. If an Apriori - file exists in the FV those drivers are addeded to the + file exists in the FV those drivers are added to the mScheduledQueue. The mFwVolList is used to make sure a FV is only processed once. -- 2.31.1.windows.1 |
|