[Python-checkins] r52753 - python/trunk/Misc/SpecialBuilds.txt

walter.doerwald python-checkins at python.org
Wed Nov 15 17:23:46 CET 2006


Author: walter.doerwald
Date: Wed Nov 15 17:23:46 2006
New Revision: 52753

Modified:
   python/trunk/Misc/SpecialBuilds.txt
Log:
Fix typo.


Modified: python/trunk/Misc/SpecialBuilds.txt
==============================================================================
--- python/trunk/Misc/SpecialBuilds.txt	(original)
+++ python/trunk/Misc/SpecialBuilds.txt	Wed Nov 15 17:23:46 2006
@@ -91,7 +91,7 @@
 
 #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.


More information about the Python-checkins mailing list