Skip to content

Commit 02a61dd

Browse files
kwarabeijuanarbol
authored andcommitted
src: fix typo in node_file.cc
`undefinec` -> `undefined` PR-URL: #45998 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 29d509c commit 02a61dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_file.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ static void Symlink(const FunctionCallbackInfo<Value>& args) {
12241224
TRACE_STR_COPY(*path))
12251225
AsyncDestCall(env, req_wrap_async, args, "symlink", *path, path.length(),
12261226
UTF8, AfterNoArgs, uv_fs_symlink, *target, *path, flags);
1227-
} else { // symlink(target, path, flags, undefinec, ctx)
1227+
} else { // symlink(target, path, flags, undefined, ctx)
12281228
CHECK_EQ(argc, 5);
12291229
FSReqWrapSync req_wrap_sync;
12301230
FS_SYNC_TRACE_BEGIN(symlink);

0 commit comments

Comments
 (0)