diff options
Diffstat (limited to 'contrib/torch')
-rw-r--r-- | contrib/torch/torch7/lib/luaT/luaT.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/torch/torch7/lib/luaT/luaT.c b/contrib/torch/torch7/lib/luaT/luaT.c index 2dc307ac7..d87f5d54c 100644 --- a/contrib/torch/torch7/lib/luaT/luaT.c +++ b/contrib/torch/torch7/lib/luaT/luaT.c @@ -580,7 +580,7 @@ int luaT_fullparentname(const char *tname, char *parent_name) return tname[idx] == '.'; } -/* alias for ensuring backwards compatibilty; +/* alias for ensuring backwards compatibility; * use of luaT_fullparentname is preferred. */ int luaT_classmodulename(const char *tname, char *parent_name) |