summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/torch/torch7/test/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/torch/torch7/test/test.lua b/contrib/torch/torch7/test/test.lua
index 2abf01615..6c5dc71b0 100644
--- a/contrib/torch/torch7/test/test.lua
+++ b/contrib/torch/torch7/test/test.lua
@@ -19,7 +19,7 @@ local function maxdiff(x,y)
end
end
--- workarounds for non-existant functions
+-- workarounds for non-existent functions
function torch.HalfTensor:__sub(other)
return (self:real() - other:real()):half()
end