From 420d67f092df980119b005ac9feda9e2302df0bc Mon Sep 17 00:00:00 2001 From: Alex Ozdemir Date: Sat, 27 Jul 2019 13:34:29 -0700 Subject: [PATCH] Fix grammar typo in "Red Zone" (#646) Replace an adjective with an adverb. --- blog/content/second-edition/extra/disable-red-zone/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/second-edition/extra/disable-red-zone/index.md b/blog/content/second-edition/extra/disable-red-zone/index.md index a55bd8eb..f8740dde 100644 --- a/blog/content/second-edition/extra/disable-red-zone/index.md +++ b/blog/content/second-edition/extra/disable-red-zone/index.md @@ -5,7 +5,7 @@ path = "red-zone" +++ -The [red zone] is an optimization of the [System V ABI] that allows functions to temporary use the 128 bytes below its stack frame without adjusting the stack pointer: +The [red zone] is an optimization of the [System V ABI] that allows functions to temporarily use the 128 bytes below its stack frame without adjusting the stack pointer: [red zone]: http://eli.thegreenplace.net/2011/09/06/stack-frame-layout-on-x86-64#the-red-zone [System V ABI]: http://wiki.osdev.org/System_V_ABI