From 48a4bc23ec6032220f2c40d697d78c8a2d64259c Mon Sep 17 00:00:00 2001 From: Jim O'Regan Date: Mon, 20 Jul 2015 18:26:28 +0100 Subject: [PATCH] fix params --- classify/adaptmatch.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/classify/adaptmatch.cpp b/classify/adaptmatch.cpp index 038d124776..3a6ef1c498 100644 --- a/classify/adaptmatch.cpp +++ b/classify/adaptmatch.cpp @@ -2066,8 +2066,7 @@ namespace tesseract { /** * This routine writes the matches in Results to File. * - * @param File open text file to write Results to - * @param Results match results to write to File + * @param results match results to write to File * * Globals: none *