From 2e81eb8f059506174ae5daf70aaaf2647a17ee4d Mon Sep 17 00:00:00 2001 From: Gao Qihang Date: Wed, 16 Apr 2025 15:32:41 +0800 Subject: [PATCH] MdeModulePkg/PlatformDriOverrideDxe:Fix typos `dynamicly`->`dynamically` Signed-off-by: Gao Qihang --- .../Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c | 6 +++--- .../PlatformDriOverrideDxe/PlatDriOverrideDxe.uni | 8 ++++---- .../PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c index 24da4a40cb..e30a55f56b 100644 --- a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c +++ b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c @@ -6,9 +6,9 @@ drivers to controllers. The main flow: - 1. It dynamicly locate all controller device path. - 2. It dynamicly locate all drivers which support binding protocol. - 3. It export and dynamicly update two menu to let user select the + 1. It dynamically locate all controller device path. + 2. It dynamically locate all drivers which support binding protocol. + 3. It export and dynamically update two menu to let user select the mapping between drivers to controllers. 4. It save all the mapping info in NV variables which will be consumed by platform override protocol driver to publish the platform override protocol. diff --git a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.uni b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.uni index 9905a28d70..8f81593b72 100644 --- a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.uni +++ b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.uni @@ -10,9 +10,9 @@ // drivers to controllers. // // The main flow: -// 1. It dynamicly locate all controller device path. -// 2. It dynamicly locate all drivers which support binding protocol. -// 3. It export and dynamicly update two menu to let user select the +// 1. It dynamically locate all controller device path. +// 2. It dynamically locate all drivers which support binding protocol. +// 3. It export and dynamically update two menu to let user select the // mapping between drivers to controllers. // 4. It save all the mapping info in NV variables for the following boot, // which will be consumed by GetDriver API of the produced the platform override protocol. @@ -32,6 +32,6 @@ "The main flow:
\n" "1. It dynamically locates all controller device path.
\n" "2. It dynamically locates all drivers which support binding protocol.
\n" - "3. It exports and dynamicly updates two menu to let user select the mapping between drivers to controllers.
\n" + "3. It exports and dynamically updates two menu to let user select the mapping between drivers to controllers.
\n" "4. It saves all the mapping info in NV variables for the following boot, which will be consumed by GetDriver API of the produced the platform override protocol.
" diff --git a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf index 97c8e3cce2..e12d784f60 100644 --- a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf +++ b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf @@ -9,9 +9,9 @@ # drivers to controllers. # # The main flow: -# 1. It dynamicly locate all controller device path. -# 2. It dynamicly locate all drivers which support binding protocol. -# 3. It export and dynamicly update two menu to let user select the +# 1. It dynamically locate all controller device path. +# 2. It dynamically locate all drivers which support binding protocol. +# 3. It export and dynamically update two menu to let user select the # mapping between drivers to controllers. # 4. It save all the mapping info in NV variables for the following boot, # which will be consumed by GetDriver API of the produced the platform override protocol.