From d608fa838c6df8efd1d30d1f66669a4074270160 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 18 Jan 2010 20:57:31 -0800 Subject: [PATCH] grammar --- basics-of-the-mach-o-file-format.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics-of-the-mach-o-file-format.html b/basics-of-the-mach-o-file-format.html index fb9b4e0..1a1d123 100644 --- a/basics-of-the-mach-o-file-format.html +++ b/basics-of-the-mach-o-file-format.html @@ -152,7 +152,7 @@ the next post we'll be there.

(You can almost do that with what we know now. If you create a Mach file with a Mach header (ncmds=1), a single unnamed segment (nsects=1), and then a section named __text with a segment -name of __TEXT, and some x86 machine code a the section data, you +name of __TEXT, and some x86 machine code as the section data, you would almost have a useful Mach object file.)

Till next time, happy hacking!