From 2922e3f14f02dfd00440e5b528fb7c38dab81050 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sun, 18 Aug 2024 09:18:26 +0000 Subject: fcgi-test: fix stale comment --- regress/fcgi-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/fcgi-test.c b/regress/fcgi-test.c index cbfb758..8f2f9ec 100644 --- a/regress/fcgi-test.c +++ b/regress/fcgi-test.c @@ -15,8 +15,8 @@ */ /* - * Test program for fastcgi. It speaks the protocol over stdin. - * Can't handle more than one request at the same time. + * Test program for fastcgi. Can't handle more than one request at + * the same time. */ #include "../config.h" -- cgit v1.2.3