MdeModulePkg/PlatformDriOverrideDxe:Fix typos

`dynamicly`->`dynamically`

Signed-off-by: Gao Qihang <gaoqihang@loongson.cn>
This commit is contained in:
Gao Qihang
2025-04-16 15:32:41 +08:00
committed by Liming Gao
parent 1968afafb0
commit 2e81eb8f05
3 changed files with 10 additions and 10 deletions

View File

@@ -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.

View File

@@ -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:<BR>\n"
"1. It dynamically locates all controller device path.<BR>\n"
"2. It dynamically locates all drivers which support binding protocol.<BR>\n"
"3. It exports and dynamicly updates two menu to let user select the mapping between drivers to controllers.<BR>\n"
"3. It exports and dynamically updates two menu to let user select the mapping between drivers to controllers.<BR>\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.<BR>"

View File

@@ -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.