From 9d9d9f3826496d08f779936368755e01781a3aac Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 12 Apr 2025 16:48:02 +0100 Subject: Update info in the readme and a few comments --- src/x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/x86.c') 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 -- cgit v1.2.3-54-g00ecf