Fix a typo in a comment. From Pavel Janik.
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Sep 2001 08:00:07 +0000 (08:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Sep 2001 08:00:07 +0000 (08:00 +0000)
src/alloc.c

index b048d04..b4989c4 100644 (file)
@@ -1916,7 +1916,7 @@ int n_float_blocks;
 struct Lisp_Float *float_free_list;
 
 
-/* Initialze float allocation.  */
+/* Initialize float allocation.  */
 
 void
 init_float ()