summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-09-27 09:19:19 +0300
committerEli Zaretskii <eliz@gnu.org>2024-09-27 09:19:19 +0300
commit57c552b8b9071b137451299534bd870616b952e9 (patch)
treeb4a77eb119e79cabb03db571a9527d26e154900a
parentbfbed2f3ee40ac6dba46e80d1665a820d64ba091 (diff)
; * src/cm.c (cmgoto): Fix last change.
-rw-r--r--src/cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cm.c b/src/cm.c
index e1014af5298..8eb799c9eb6 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -317,7 +317,7 @@ losecursor (void)
#define USELL 2
#define USECR 3
-/* Move the cursor to (row, col), by computing the optimal way. */
+/* Move the cursor to (ROW, COL), by computing the optimal way. */
void
cmgoto (struct tty_display_info *tty, int row, int col)