diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf index 6d7fe08351..3e0d992cc1 100644 --- a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf +++ b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf @@ -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. diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c index 14246b0669..33ca5057fe 100644 --- a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c +++ b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c @@ -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.