summaryrefslogtreecommitdiff
path: root/Misc/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/Porting')
-rw-r--r--Misc/Porting2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/Porting b/Misc/Porting
index 51f73e63d1..c283cb2726 100644
--- a/Misc/Porting
+++ b/Misc/Porting
@@ -27,7 +27,7 @@ And you'll need a config.c file, which lists the built-in modules you
support. Start with Modules/config.c.in.
Finally, you'll run into some things that aren't supported on your
-target platform. Forget about the posix module for now -- simply take
+target platform. Forget about the posix module for now -- simply take
it out of the config.c file.
Bang on it until you get a >>> prompt. (You may have to disable the