aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-09-15 08:00:07 +0000
committerEli Zaretskii <[email protected]>2001-09-15 08:00:07 +0000
commit966533c9c75383de8a8d0310fc0e1399d1a0b927 (patch)
treea216dabfbe7aea93e2841ffaa86718b71802818c /src/alloc.c
parent773e81c7414cb31c314b6aed201ecbe8b8619bd6 (diff)
Fix a typo in a comment. From Pavel Janik.
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 b048d04e64..b4989c4691 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1916,7 +1916,7 @@ int n_float_blocks;
struct Lisp_Float *float_free_list;
-/* Initialze float allocation. */
+/* Initialize float allocation. */
void
init_float ()