From 5f5e13255dece8434ef7fd5f1b38852c76afd3bc Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Thu, 24 Oct 2019 18:19:41 +0800 Subject: [PATCH] Fix typo --- questions/answers/044.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions/answers/044.md b/questions/answers/044.md index f0d2132..8b85ac5 100644 --- a/questions/answers/044.md +++ b/questions/answers/044.md @@ -15,7 +15,7 @@ Because of __little endian__: * `rsp + 0` - 0x88 * `rsp + 1` - 0x77 * `rsp + 2` - 0x66 -* `rsp + 2` - 0x55 +* `rsp + 3` - 0x55