summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/torch/nn/IndexLinear.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/torch/nn/IndexLinear.lua b/contrib/torch/nn/IndexLinear.lua
index 2ddbcbdb9..928e5d3f2 100644
--- a/contrib/torch/nn/IndexLinear.lua
+++ b/contrib/torch/nn/IndexLinear.lua
@@ -262,7 +262,7 @@ function IndexLinear:accGradParameters(input, gradOutput, scale)
)
-- Increment the running counter to create a new buffer
- -- if we don't flush them in zerogradParamters
+ -- if we don't flush them in zerogradParameters
self.running.counter = self.running.counter + 1
end