]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Wed, 15 Nov 2006 16:23:46 +0000 (16:23 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 15 Nov 2006 16:23:46 +0000 (16:23 +0000)
Misc/SpecialBuilds.txt

index 952ca42d99654d5c64a51d234f6c3df3f75d2306..fa87d92ad321b3ec81d7e4a4a20e27895c26eb26 100644 (file)
@@ -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.