diff options
Diffstat (limited to 'Documentation/security/smm.md')
-rw-r--r-- | Documentation/security/smm.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/security/smm.md b/Documentation/security/smm.md index 4e95427b86..397b7af552 100644 --- a/Documentation/security/smm.md +++ b/Documentation/security/smm.md @@ -1,4 +1,4 @@ -# x86 System Managment Mode +# x86 System Management Mode ## Introduction @@ -6,7 +6,7 @@ The code running in System Management Mode (SMM) provides runtime services to applications running in [ring0]. It has a higher privilege level than [ring0] and resides in the SMRAM region which cannot be accessed from [ring0]. -SMM can be entered by issuing System Managment Interrupts (SMIs). +SMM can be entered by issuing System Management Interrupts (SMIs). ## Secure data exchange |