diff options
author | Omar Polo <op@omarpolo.com> | 2024-08-18 09:18:26 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-08-18 09:18:26 +0000 |
commit | 2922e3f14f02dfd00440e5b528fb7c38dab81050 (patch) | |
tree | 3057baeb0f2554efbe416bef38639867efc736e6 | |
parent | 4507df33bd31981ea203cbaef50a1ef814dd31a4 (diff) |
fcgi-test: fix stale comment
-rw-r--r-- | regress/fcgi-test.c | 4 |
1 files 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" |