aboutsummaryrefslogtreecommitdiff
path: root/deep_test
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-14 17:11:36 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-14 17:11:36 +0200
commit50f4c40bdb5667aa7053434dede2dd98f6f9e243 (patch)
treec443c9337e238ff2825b2da4c9749fdf97aa574f /deep_test
parentec8574d298ef302bc4162d9b394e96bf08763632 (diff)
downloadlanes-50f4c40bdb5667aa7053434dede2dd98f6f9e243.tar.gz
lanes-50f4c40bdb5667aa7053434dede2dd98f6f9e243.tar.bz2
lanes-50f4c40bdb5667aa7053434dede2dd98f6f9e243.zip
Wording fix: parameter → argument
Diffstat (limited to 'deep_test')
-rw-r--r--deep_test/deep_test.cpp2
-rw-r--r--deep_test/deeptest.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/deep_test/deep_test.cpp b/deep_test/deep_test.cpp
index 7e16b2e..c071dc6 100644
--- a/deep_test/deep_test.cpp
+++ b/deep_test/deep_test.cpp
@@ -208,7 +208,7 @@ struct MyClonableUserdata
208 return 0; 208 return 0;
209 209
210 default: 210 default:
211 raise_luaL_error(L, "Lanes called clonable_lanesclone with unexpected parameters"); 211 raise_luaL_error(L, "Lanes called clonable_lanesclone with unexpected arguments");
212 } 212 }
213 return 0; 213 return 0;
214} 214}
diff --git a/deep_test/deeptest.lua b/deep_test/deeptest.lua
index 1c34cf8..de282a1 100644
--- a/deep_test/deeptest.lua
+++ b/deep_test/deeptest.lua
@@ -78,7 +78,7 @@ local performTest = function( obj_)
78 assert(_n == (_val2 and 2 or 1)) 78 assert(_n == (_val2 and 2 or 1))
79 printDeep( "out of linda:", _val1, _val2) 79 printDeep( "out of linda:", _val1, _val2)
80 80
81 -- send the object in a lane through parameter passing, the lane body returns it as return value, read the contents 81 -- send the object in a lane through argument passing, the lane body returns it as return value, read the contents
82 local g = lanes.gen( 82 local g = lanes.gen(
83 "package" 83 "package"
84 , { 84 , {