summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IntelFrameworkPkg/Include/Framework/Legacy16.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/Legacy16.h b/IntelFrameworkPkg/Include/Framework/Legacy16.h
index ba7b6ca..5ca865a 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
///