Skip to content

Commit af25c95

Browse files
kwarabeiRafaelGSS
authored andcommitted
src: fix typo in node_file.cc
`undefinec` -> `undefined` PR-URL: #45998 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 8be1b66 commit af25c95

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)