Fix typo in display_min_width comment

* src/xdisp.c (display_min_width): Fix typo in comment.
This commit is contained in:
Lars Ingebrigtsen 2021-11-24 17:29:39 +01:00
parent 0ccbb6f6d3
commit 9d3d972f97

View 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. */