aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-15 08:00:07 +0000
committerEli Zaretskii2001-09-15 08:00:07 +0000
commit966533c9c75383de8a8d0310fc0e1399d1a0b927 (patch)
treea216dabfbe7aea93e2841ffaa86718b71802818c /src
parent773e81c7414cb31c314b6aed201ecbe8b8619bd6 (diff)
downloademacs-966533c9c75383de8a8d0310fc0e1399d1a0b927.tar.gz
emacs-966533c9c75383de8a8d0310fc0e1399d1a0b927.zip
Fix a typo in a comment. From Pavel Janik.
Diffstat (limited to 'src')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index b048d04e645..b4989c4691b 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1916,7 +1916,7 @@ int n_float_blocks;
1916struct Lisp_Float *float_free_list; 1916struct Lisp_Float *float_free_list;
1917 1917
1918 1918
1919/* Initialze float allocation. */ 1919/* Initialize float allocation. */
1920 1920
1921void 1921void
1922init_float () 1922init_float ()