diff --git a/src/node_file.cc b/src/node_file.cc index c2c1f82c60be88..1a99057bb6e95f 100644 --- a/src/node_file.cc +++ b/src/node_file.cc @@ -1224,7 +1224,7 @@ static void Symlink(const FunctionCallbackInfo& args) { TRACE_STR_COPY(*path)) AsyncDestCall(env, req_wrap_async, args, "symlink", *path, path.length(), UTF8, AfterNoArgs, uv_fs_symlink, *target, *path, flags); - } else { // symlink(target, path, flags, undefinec, ctx) + } else { // symlink(target, path, flags, undefined, ctx) CHECK_EQ(argc, 5); FSReqWrapSync req_wrap_sync; FS_SYNC_TRACE_BEGIN(symlink);