diff options
| author | Eli Zaretskii | 2001-09-15 08:00:07 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-15 08:00:07 +0000 |
| commit | 966533c9c75383de8a8d0310fc0e1399d1a0b927 (patch) | |
| tree | a216dabfbe7aea93e2841ffaa86718b71802818c /src/alloc.c | |
| parent | 773e81c7414cb31c314b6aed201ecbe8b8619bd6 (diff) | |
| download | emacs-966533c9c75383de8a8d0310fc0e1399d1a0b927.tar.gz emacs-966533c9c75383de8a8d0310fc0e1399d1a0b927.zip | |
Fix a typo in a comment. From Pavel Janik.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
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; | |||
| 1916 | struct Lisp_Float *float_free_list; | 1916 | struct Lisp_Float *float_free_list; |
| 1917 | 1917 | ||
| 1918 | 1918 | ||
| 1919 | /* Initialze float allocation. */ | 1919 | /* Initialize float allocation. */ |
| 1920 | 1920 | ||
| 1921 | void | 1921 | void |
| 1922 | init_float () | 1922 | init_float () |