Skip to content

Commit 1882366

Browse files
xinli-intelIngo Molnar
authored andcommitted
x86/entry: Fix typos in comments
Fix 2 typos in the comments. Signed-off-by: Xin Li (Intel) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Acked-by: H. Peter Anvin (Intel) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent da4aff6 commit 1882366

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/x86/entry/entry_64.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,8 +1163,8 @@ SYM_CODE_START(asm_exc_nmi)
11631163
* anyway.
11641164
*
11651165
* To handle this case we do the following:
1166-
* Check the a special location on the stack that contains
1167-
* a variable that is set when NMIs are executing.
1166+
* Check a special location on the stack that contains a
1167+
* variable that is set when NMIs are executing.
11681168
* The interrupted task's stack is also checked to see if it
11691169
* is an NMI stack.
11701170
* If the variable is not set and the stack is not the NMI
@@ -1294,8 +1294,8 @@ SYM_CODE_START(asm_exc_nmi)
12941294
* end_repeat_nmi, then we are a nested NMI. We must not
12951295
* modify the "iret" frame because it's being written by
12961296
* the outer NMI. That's okay; the outer NMI handler is
1297-
* about to about to call exc_nmi() anyway, so we can just
1298-
* resume the outer NMI.
1297+
* about to call exc_nmi() anyway, so we can just resume
1298+
* the outer NMI.
12991299
*/
13001300

13011301
movq $repeat_nmi, %rdx

0 commit comments

Comments
 (0)