update src/PikaVM.c.

ouput -> output

Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
Ikko Eltociear Ashimine 2023-01-23 11:08:42 +00:00 committed by Gitee
parent e2a9489a87
commit f78e7e902c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1892,7 +1892,7 @@ static Arg* VM_instruction_handler_OUT(PikaObj* self,
arg_setType(out_arg, ARG_TYPE_OBJECT);
}
/* ouput arg to context */
/* output arg to context */
if (arg_path == arg_name) {
obj_setArg_noCopy(context, arg_path, out_arg);
return NULL;