Skip to content

Commit 8779583

Browse files
author
Colin Robertson
committed
Fix wording.
1 parent d5532ac commit 8779583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/arm64-windows-abi-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The 16-byte area immediately below the current stack pointer is reserved for use
215215

216216
## Kernel stack
217217

218-
The default kernel mode stack in Windows is six pages (24k). Pay extra attention to functions with large stack buffers in kernel mode. An ill-timed interrupt could come in with little headroom and create a stack panic bugcheck.
218+
The default kernel mode stack in Windows is six pages (24k). Pay extra attention to functions with large stack buffers in kernel mode. An ill-timed interrupt could come in with little headroom and create a stack panic bug check.
219219

220220
## Stack walking
221221

0 commit comments

Comments
 (0)