Skip to content

Commit a4275ee

Browse files
tniessentargos
authored andcommitted
test: fix typo in comment in binding.c
PR-URL: #38220 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 95c7dab commit a4275ee

File tree

1 file changed

+1
-1
lines changed
  • test/node-api/test_threadsafe_function

1 file changed

+1
-1
lines changed

test/node-api/test_threadsafe_function/binding.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static void call_js(napi_env env, napi_value cb, void* hint, void* data) {
130130
}
131131

132132
static napi_ref alt_ref;
133-
// Getting the data into JS with the alternative referece
133+
// Getting the data into JS with the alternative reference
134134
static void call_ref(napi_env env, napi_value _, void* hint, void* data) {
135135
if (!(env == NULL || alt_ref == NULL)) {
136136
napi_value fn, argv, undefined;

0 commit comments

Comments
 (0)