changeset 39297:aff361cfdccb

Fix a typo in a comment. From Pavel Janik.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 15 Sep 2001 08:00:07 +0000
parents 5f4f6cf4a868
children 2b67bb3275f8
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Fri Sep 14 16:54:19 2001 +0000
+++ b/src/alloc.c	Sat Sep 15 08:00:07 2001 +0000
@@ -1916,7 +1916,7 @@
 struct Lisp_Float *float_free_list;
 
 
-/* Initialze float allocation.  */
+/* Initialize float allocation.  */
 
 void
 init_float ()