diff options
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 81d644a16ad..bee7cd1758d 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -5346,7 +5346,7 @@ compact_font_cache_entry (Lisp_Object entry) } if (CONSP (objlist)) { - /* Foiund a marked font, bail out. */ + /* Found a marked font, bail out. */ break; } } |