]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/cm.c (calccost): Fix typo. (Bug#73485)
authorJeremy Bryant <jb@jeremybryant.net>
Wed, 25 Sep 2024 21:04:23 +0000 (22:04 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:21:10 +0000 (12:21 +0200)
(cherry picked from commit 0c861b820b79d9bd8b3ed2c445c79ca806b1cb67)

src/cm.c

index 67fafa29bcc391d0759cb3b649fd7f7ef7b468f1..ad419ce0af128c1251a4e180f59fdc31066a4c1a 100644 (file)
--- a/src/cm.c
+++ b/src/cm.c
@@ -193,7 +193,7 @@ calccost (struct tty_display_info *tty,
             tabcost;
     register const char *p;
 
-    /* If have just wrapped on a terminal with xn,
+    /* If we have just wrapped on a terminal with xn,
        don't believe the cursor position: give up here
        and force use of absolute positioning.  */