X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2cae5ba432fc30042950c073b7ec7807bb98bcde..9858f6c326dfad35733b0dc86231bdd97f2b7703:/src/xdisp.c diff --git a/src/xdisp.c b/src/xdisp.c index 90375ba1a3..0ddf9555bc 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -13645,7 +13645,7 @@ set_cursor_from_row (struct window *w, struct glyph_row *row, /* Non-zero means we've seen at least one glyph that came from a display string. */ int string_seen = 0; - /* Largest and smalles buffer positions seen so far during scan of + /* Largest and smallest buffer positions seen so far during scan of glyph row. */ EMACS_INT bpos_max = pos_before; EMACS_INT bpos_min = pos_after;