mirror of https://github.com/acidanthera/audk.git
Fix typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7683 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9bc88ad8ed
commit
58612f248f
|
@ -1,6 +1,6 @@
|
|||
#/** @file
|
||||
#
|
||||
# Capsule Runtime Drivers produces two UEFI capsule runtime services.
|
||||
# Capsule Runtime Driver produces two UEFI capsule runtime services.
|
||||
# (UpdateCapsule, QueryCapsuleCapabilities)
|
||||
# It installs the Capsule Architectural Protocol (EDKII extension definition) to signify
|
||||
# the capsule runtime services are ready.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/** @file
|
||||
Capsule Runtime Drivers produces two UEFI capsule runtime services.
|
||||
Capsule Runtime Driver produces two UEFI capsule runtime services.
|
||||
(UpdateCapsule, QueryCapsuleCapabilities)
|
||||
It installs the Capsule Architectural Protocol (EDKII definition) to signify
|
||||
the capsule runtime services are ready.
|
||||
|
|
Loading…
Reference in New Issue