summaryrefslogtreecommitdiffstats
path: root/Misc/SpecialBuilds.txt
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2006-11-15 16:23:46 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2006-11-15 16:23:46 (GMT)
commit2e4fd3765f6ad00987d13ec6f333ec1dfeecb7a3 (patch)
treec5bb736e5a13c61c5d3df4a37235c469028eb77f /Misc/SpecialBuilds.txt
parent45cd4ff95d46f7a52e8717c80a47fbdece865775 (diff)
downloadcpython-2e4fd3765f6ad00987d13ec6f333ec1dfeecb7a3.zip
cpython-2e4fd3765f6ad00987d13ec6f333ec1dfeecb7a3.tar.gz
cpython-2e4fd3765f6ad00987d13ec6f333ec1dfeecb7a3.tar.bz2
Fix typo.
Diffstat (limited to 'Misc/SpecialBuilds.txt')
-rw-r--r--Misc/SpecialBuilds.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt
index 952ca42..fa87d92 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.