diff options
author | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-04 16:16:15 +0000 |
---|---|---|
committer | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-04 16:16:15 +0000 |
commit | 1a2f870c9babe077c2d3abea23b6e8e044778341 (patch) | |
tree | db545c66ef72b32da3dbd2406b256c3430702af0 /MdePkg/Include/Uefi | |
parent | 7076244ef4005642712f32591abbd8188d6b6f40 (diff) | |
download | edk2-1a2f870c9babe077c2d3abea23b6e8e044778341.zip edk2-1a2f870c9babe077c2d3abea23b6e8e044778341.tar.gz edk2-1a2f870c9babe077c2d3abea23b6e8e044778341.tar.bz2 |
Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8467 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r-- | MdePkg/Include/Uefi/UefiInternalFormRepresentation.h | 4 | ||||
-rw-r--r-- | MdePkg/Include/Uefi/UefiSpec.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h index ab36e85..942c211 100644 --- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h +++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h @@ -1497,7 +1497,7 @@ typedef struct { ///
/// This key is affected by the caps lock so that if a keyboard driver
/// would need to disambiguate between a key which had a "1" defined
-/// versus a "a" character. Having this bit turned on would tell
+/// versus an "a" character. Having this bit turned on would tell
/// the keyboard driver to use the appropriate shifted state or not.
///
#define EFI_AFFECTED_BY_CAPS_LOCK 0x0002
@@ -1563,7 +1563,7 @@ typedef struct { //
// Keys that have multiple control functions based on modifier
// settings are handled in the keyboard driver implementation.
-// For instance PRINT_KEY might have a modifier held down and
+// For instance, PRINT_KEY might have a modifier held down and
// is still a nonprinting character, but might have an alternate
// control function like SYSREQUEST
//
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 1b65d38..65153fa 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -964,7 +964,7 @@ typedef enum { ///
EfiResetWarm,
///
- /// Used to induce en entry into power state equivalent to the ACPI G2/S5 or G3
+ /// Used to induce an entry into the power state equivalent to the ACPI G2/S5 or G3
/// state. If the system does not support this reset type, then when the system
/// is rebooted, it should exhibit the EfiResetCold attributes.
///
|