From 418fcd8764f78cf09e3f775784b0538f9df996d1 Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 20 Oct 2022 10:39:11 -0700 Subject: [PATCH] comment typo --- src/do_name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/do_name.c b/src/do_name.c index 5c1a1eafa..cf71110d4 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -782,7 +782,7 @@ getpos(coord *ccp, boolean force, const char *goal) } else { c = readchar_poskey(&tx, &ty, &sidx); /* remember_getpos is normally False because reusing the - current positioning during ^A is almost never the right + cursor positioning during ^A is almost never the right thing to do, but caller could set it if that was needed */ if (iflags.remember_getpos && !g.in_doagain) cmdq_add_key(CQ_REPEAT, c);