gbranden pushed a commit to branch master
in repository groff.

commit fbd1d06cefa01223ec78d93c9a5e1b5f4231cb49
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Dec 18 13:04:35 2025 -0600

    src/roff/nroff/nroff.sh: Fix typo in comment.
---
 src/roff/nroff/nroff.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/nroff/nroff.sh b/src/roff/nroff/nroff.sh
index cc95b2b00..fd3cdfc60 100644
--- a/src/roff/nroff/nroff.sh
+++ b/src/roff/nroff/nroff.sh
@@ -252,7 +252,7 @@ groff=${GROFF_TEST_GROFF-groff}
 # If POSIX adopts Bash's ${var@Q} or an equivalent, this issue can be
 # revisited.
 #
-# Note 2: The construction '${1+"@$"}' preserves the absence of
+# Note 2: The construction '${1+"$@"}' preserves the absence of
 # arguments in old shells; see "Shell Substitutions" in the GNU Autoconf
 # manual.  We don't want 'nroff' to become 'groff ... ""' if $# equals
 # zero.

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to