]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in display_min_width comment
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 24 Nov 2021 16:29:39 +0000 (17:29 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 24 Nov 2021 16:29:39 +0000 (17:29 +0100)
* src/xdisp.c (display_min_width): Fix typo in comment.

src/xdisp.c

index 59509418790ff36ce5993c983e53af6882fd38a1..a0efefa3a52120e51e0f99e5dba79da9804a6491 100644 (file)
@@ -5214,7 +5214,7 @@ display_min_width (struct it *it, ptrdiff_t bufpos,
       if (!it->glyph_row)
        return;
 
-      /* When called form display_string (i.e., the mode line),
+      /* When called from display_string (i.e., the mode line),
         we're being called with a string as the object, and we
         may be called with many sub-strings belonging to the same
         :propertize run. */