From a89f4d7a918992d83e9b9e71ab39df9b8154f07e Mon Sep 17 00:00:00 2001 From: Giorgio Gonnella Date: Fri, 14 Aug 2009 14:26:49 +0200 Subject: comment correction --- src/core/tool.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/core/tool.h b/src/core/tool.h index 726593e..36ec799 100644 --- a/src/core/tool.h +++ b/src/core/tool.h @@ -43,7 +43,7 @@ typedef GtTool* (*GtToolConstructor)(void); - a tool option parser constructor (optional), - a tool runner (required), and - and imply each other. + and imply each other. Returns a new GtTool object. */ GtTool* gt_tool_new(GtToolArgumentsNew tool_arguments_new, -- 1.6.0.2