diff options
Diffstat (limited to 'MdePkg/Include/Protocol/DriverSupportedEfiVersion.h')
-rw-r--r-- | MdePkg/Include/Protocol/DriverSupportedEfiVersion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h b/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h index dc72ecb756..9f4d199c88 100644 --- a/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h +++ b/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h @@ -32,7 +32,7 @@ typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL {
///
/// The size, in bytes, of the entire structure. Future versions of this
- /// specification may increase the size of the structure.
+ /// specification may grow the size of the structure.
///
UINT32 Length;
///
|