From f819b74dce7f569980e840390925f5294fabeaf0 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Tue, 4 Sep 2012 16:50:18 +0100 Subject: [PATCH] mdup.h: Remove spurious duplicate summary line from comment. Organization: Straylight/Edgeware From: Mark Wooding --- mdup.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mdup.h b/mdup.h index d073ea1..29bca8b 100644 --- a/mdup.h +++ b/mdup.h @@ -47,8 +47,6 @@ typedef struct mdup_fd { * * Use: Rearranges file descriptors. * - * Use: Rearranges file descriptors. - * * The vector @v@ consists of a number of @mdup_fd@ structures. * Each `slot' in the table represents a file. The slot's @cur@ * member names the current file descriptor for this file; the -- [mdw]