Remove unrecognized chars in comment for all source C/h files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5354 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1371,8 +1371,8 @@ typedef struct {
|
||||
#define EFI_AFFECTED_BY_STANDARD_SHIFT 0x0001
|
||||
//
|
||||
// This key is affected by the caps lock so that if a keyboard driver
|
||||
// would need to disambiguate between a key which had a <EFBFBD><EFBFBD>1<EFBFBD><EFBFBD> defined
|
||||
// versus a <EFBFBD><EFBFBD>a<EFBFBD><EFBFBD> character. Having this bit turned on would tell
|
||||
// would need to disambiguate between a key which had a "1" defined
|
||||
// versus a "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
|
||||
|
Reference in New Issue
Block a user