From: Eli Zaretskii Date: Sat, 15 Sep 2001 08:00:07 +0000 (+0000) Subject: Fix a typo in a comment. From Pavel Janik. X-Git-Tag: emacs-pretest-21.0.106~107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=966533c9c75383de8a8d0310fc0e1399d1a0b927;p=emacs.git Fix a typo in a comment. From Pavel Janik. --- 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; struct Lisp_Float *float_free_list; -/* Initialze float allocation. */ +/* Initialize float allocation. */ void init_float ()