From 8abb10331e0a6c0fd36222bc2bdf3e20108d3acf Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 22 May 2024 00:57:55 -0500 Subject: [PATCH] Fix stale comment. --- lib/xwrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xwrap.c b/lib/xwrap.c index e39dfce6..d07f355a 100644 --- a/lib/xwrap.c +++ b/lib/xwrap.c @@ -172,7 +172,7 @@ void xputsn(char *s) xputsl(s, strlen(s)); } -// Write string to stdout with newline, flushing and checking for errors +// Write string to stdout with newline, checking for errors void xputs(char *s) { puts(s); -- 2.39.2