]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/cm.c (cmcheckmagic): Typo fix.
authorRobert Pluim <rpluim@gmail.com>
Tue, 4 Jun 2024 13:56:41 +0000 (15:56 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 5 Jun 2024 10:14:55 +0000 (12:14 +0200)
(cherry picked from commit 3656a81850e5fddd429b5bd91d06987185ddd6d6)

src/cm.c

index 85fc3e776c8a617d69d6543a79e39ba0a38e600f..c6c64d95a2ac39d467dd3d95ac228b1b09297caf 100644 (file)
--- a/src/cm.c
+++ b/src/cm.c
@@ -111,8 +111,8 @@ addcol (tty, n) {
 void
 cmcheckmagic (struct tty_display_info *tty)
 {
-  /* If we have unhandled SIGWINCH, we don't really know what are our
-     up-to-date frame diumensions.  */
+  /* If we have an unhandled SIGWINCH, we don't really know what our
+     up-to-date frame dimensions are.  */
   if (frame_size_change_delayed ())
     return;
   if (curX (tty) == FrameCols (tty))