aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
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 bde0a16ac15..fbfa814bcd8 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1658,7 +1658,7 @@ sdata_size (ptrdiff_t n)
1658#define GC_STRING_EXTRA GC_STRING_OVERRUN_COOKIE_SIZE 1658#define GC_STRING_EXTRA GC_STRING_OVERRUN_COOKIE_SIZE
1659 1659
1660/* Exact bound on the number of bytes in a string, not counting the 1660/* Exact bound on the number of bytes in a string, not counting the
1661 terminating NUL. A string cannot contain more bytes than 1661 terminating null. A string cannot contain more bytes than
1662 STRING_BYTES_BOUND, nor can it be so long that the size_t 1662 STRING_BYTES_BOUND, nor can it be so long that the size_t
1663 arithmetic in allocate_string_data would overflow while it is 1663 arithmetic in allocate_string_data would overflow while it is
1664 calculating a value to be passed to malloc. */ 1664 calculating a value to be passed to malloc. */