diff options
Diffstat (limited to 'deep_test')
| -rw-r--r-- | deep_test/deep_test.cpp | 2 | ||||
| -rw-r--r-- | deep_test/deeptest.lua | 2 |
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 | , { |
