From 8abd9e956435e5e1014f2f5948d12ca7a9d29bcc Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 10 Mar 2025 20:29:38 -0400 Subject: [PATCH] comment wording bit --- util/stripbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/stripbs.c b/util/stripbs.c index 4c7af7fed..49802ade0 100644 --- a/util/stripbs.c +++ b/util/stripbs.c @@ -4,7 +4,7 @@ /* * a simple filter to strip character-backspace-character - * from stdin and write the results to stdout. + * from stdin and write the final character to stdout. */ #include