From: Walter Dörwald Date: Wed, 15 Nov 2006 16:23:46 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.6a1~2432 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e4fd3765f6ad00987d13ec6f333ec1dfeecb7a3;p=python Fix typo. --- diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt index 952ca42d99..fa87d92ad3 100644 --- a/Misc/SpecialBuilds.txt +++ b/Misc/SpecialBuilds.txt @@ -91,7 +91,7 @@ dynamically allocated memory blocks. The special bit patterns are: #define CLEANBYTE 0xCB /* clean (newly allocated) memory */ #define DEADBYTE 0xDB /* dead (newly freed) memory */ -#define FORBIDDENBYTE 0xFB /* fordidden -- untouchable bytes */ +#define FORBIDDENBYTE 0xFB /* forbidden -- untouchable bytes */ Strings of these bytes are unlikely to be valid addresses, floats, or 7-bit ASCII strings.