remove stranger characters.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8737 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2009-07-03 11:30:19 +00:00
parent 5e0b1e3f82
commit e02a0e9245
1 changed files with 3 additions and 3 deletions

View File

@ -309,9 +309,9 @@ typedef enum {
/// Input:
/// AX = Compatibility16SetKeyboardLeds
/// CL = LED status.
/// Bit 0 Scroll Lock 0 = Off
/// Bit 1 NumLock
/// Bit 2 Caps Lock
/// Bit 0 Scroll Lock 0 = Off
/// Bit 1 NumLock
/// Bit 2 Caps Lock
/// Output:
/// AX = Returned status codes
///