summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorReini Urban <rurban@cpanel.net>2016-05-05 08:19:08 +0200
committerKaz Kylheku <kaz@kylheku.com>2016-05-05 17:00:28 -0700
commit0beb5e3a007f383f459a3f007a3e16ec65c5a885 (patch)
tree8cc3660d9dcd8f8e0af3541dffdec68a2b8b2a98 /HACKING
parentb897159ece19148faf414aec5fb6b7baac0fa301 (diff)
downloadtxr-0beb5e3a007f383f459a3f007a3e16ec65c5a885.tar.gz
txr-0beb5e3a007f383f459a3f007a3e16ec65c5a885.tar.bz2
txr-0beb5e3a007f383f459a3f007a3e16ec65c5a885.zip
HACKING: typo
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 5c277a00..127bf7cb 100644
--- a/HACKING
+++ b/HACKING
@@ -254,7 +254,7 @@ and which points to a heap object (at least according to its bit field;
is_ptr does not validate the pointer).
The codes 01 10 and 11 indicate immediate values: values of type NUM, CHR and
-LIT, respectively. That is to say, if the tag bits are 01, then then remaining
+LIT, respectively. That is to say, if the tag bits are 01, then the remaining
upper bits of the pointer constitute a signed integer. The range of this
integer is NUM_MIN to NUM_MAX, defined in lib.h. The code 10 is for
characters: the remaining bits of the pointer encode a wchar_t value. The bits