aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPaul Eggert2013-03-18 21:41:53 -0700
committerPaul Eggert2013-03-18 21:41:53 -0700
commitbad98418bf75efc6dd8ac393157413bc6ef769b4 (patch)
treeee2151b8a97dc2b71ab938e2a1938720d876ec1b /src/alloc.c
parent627b52b0c6f73edc94db90b1f76bd9f44a626ffd (diff)
downloademacs-bad98418bf75efc6dd8ac393157413bc6ef769b4.tar.gz
emacs-bad98418bf75efc6dd8ac393157413bc6ef769b4.zip
Spelling fixes.
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 b2703c5f961..5e30c1b20ad 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1162,7 +1162,7 @@ lisp_align_free (void *block)
1162#define INTERVAL_BLOCK_SIZE \ 1162#define INTERVAL_BLOCK_SIZE \
1163 ((1020 - sizeof (struct interval_block *)) / sizeof (struct interval)) 1163 ((1020 - sizeof (struct interval_block *)) / sizeof (struct interval))
1164 1164
1165/* Intervals are allocated in chunks in form of an interval_block 1165/* Intervals are allocated in chunks in the form of an interval_block
1166 structure. */ 1166 structure. */
1167 1167
1168struct interval_block 1168struct interval_block