From 3bf440023abd5801f21b98d027623b6cb3959a0b Mon Sep 17 00:00:00 2001 From: caoying03 Date: Tue, 22 Aug 2017 21:03:46 +0800 Subject: [PATCH] follow comments. --- paddle/gserver/gradientmachines/RecurrentGradientMachine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paddle/gserver/gradientmachines/RecurrentGradientMachine.h b/paddle/gserver/gradientmachines/RecurrentGradientMachine.h index cc0eda9f13b..c16fae6d177 100644 --- a/paddle/gserver/gradientmachines/RecurrentGradientMachine.h +++ b/paddle/gserver/gradientmachines/RecurrentGradientMachine.h @@ -503,9 +503,9 @@ private: * sequence in Matrix stored the entire beam search batch's forward pass * results. * - * @param isSeq: a flag indicating whetehr the layer to be output of the + * @param isSeq: a flag indicating whether the layer to be output of the * RecurrentGradientMachine is a sequence or not - * @param outArgs: all of the the returned Arguments of the forward pass + * @param outArgs: all of the returned Arguments of the forward pass * during the generation process. */ void createDataOutlinkSelRowsInfo(bool isSeq, std::vector& outArgs); -- GitLab