From: Jens Axboe Date: Sat, 22 Apr 2006 18:30:48 +0000 (+0200) Subject: [PATCH] splice-out: correct comment (it splices stdin to file) X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=134883d3a1ca235312aaf634e88446b05dade84e;p=splice.git [PATCH] splice-out: correct comment (it splices stdin to file) --- diff --git a/splice-out.c b/splice-out.c index 8210922..5b369e1 100644 --- a/splice-out.c +++ b/splice-out.c @@ -1,5 +1,5 @@ /* - * Splice stdout to file + * Splice stdin to file */ #include #include