diff --git a/src/node_file.cc b/src/node_file.cc index e7d40c40d5b6fb..ac9d1ecd263d8d 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);