From 3940092e24ca895c2771c92f5775b1f44c5f927e Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Sat, 8 Oct 2016 14:39:40 +0200 Subject: [PATCH] doc fix --- fp_priv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fp_priv.c b/fp_priv.c index c96f969..6be19eb 100644 --- a/fp_priv.c +++ b/fp_priv.c @@ -15,8 +15,8 @@ */ /** - * @file fp_pub.c - * @brief Implementation of the first price public outcome algorithm. + * @file fp_priv.c + * @brief Implementation of the first price private outcome algorithm. * @author Markus Teich */