aboutsummaryrefslogtreecommitdiff
path: root/src/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86.c')
-rw-r--r--src/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86.c b/src/x86.c
index 5bd9e4c..b017a70 100644
--- a/src/x86.c
+++ b/src/x86.c
@@ -18,7 +18,7 @@
#include "x86.h"
static int mrmsib(const uchar *p, int addrlen) {
- // I won't lie: I thought I almost understood this, but after Bill walked me
+ // I won't lie: I thought I almost understood this, but after bill walked me
// through correcting a bunch of wrong cases I now realise that I don't
// really understand it at all. If it helps, I used this as a reference:
// https://github.com/Nomade040/length-disassembler/blob/e8b34546/ldisasm.cpp#L14