aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorStefan Kangas2023-09-24 08:25:39 +0200
committerStefan Kangas2023-09-24 09:04:43 +0200
commit9b933a6033161407c225ff2ff3147d7d587e2e91 (patch)
treed4ee4ba984ba67db4706ac6781b5f230d46b00d9 /src/alloc.c
parent1cdc5cdc56b2cd78ad8a314dea16bbb8d82b97db (diff)
downloademacs-9b933a6033161407c225ff2ff3147d7d587e2e91.tar.gz
emacs-9b933a6033161407c225ff2ff3147d7d587e2e91.zip
; Fix typos
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 67b39c5e57d..2d5faf761c4 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -105,7 +105,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
105 or a new vector block is allocated (allocate_vector_from_block). 105 or a new vector block is allocated (allocate_vector_from_block).
106 Accordingly, objects reused from the free list are unpoisoned. 106 Accordingly, objects reused from the free list are unpoisoned.
107 107
108 This feature can be disabled wtih the run-time flag 108 This feature can be disabled with the run-time flag
109 `allow_user_poisoning' set to zero. */ 109 `allow_user_poisoning' set to zero. */
110#if ADDRESS_SANITIZER && defined HAVE_SANITIZER_ASAN_INTERFACE_H \ 110#if ADDRESS_SANITIZER && defined HAVE_SANITIZER_ASAN_INTERFACE_H \
111 && !defined GC_ASAN_POISON_OBJECTS 111 && !defined GC_ASAN_POISON_OBJECTS