diff options
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r-- | IntelFrameworkPkg/Include/Framework/Legacy16.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/Legacy16.h b/IntelFrameworkPkg/Include/Framework/Legacy16.h index ba7b6ca5a2..5ca865aaee 100644 --- a/IntelFrameworkPkg/Include/Framework/Legacy16.h +++ b/IntelFrameworkPkg/Include/Framework/Legacy16.h @@ -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
/// |