summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-05-10 14:27:56 +0200
committerAnna Henningsen <anna@addaleax.net>2018-05-10 16:56:28 +0200
commit79f87cc7293d907ea1a81388ec5314c018dab674 (patch)
treeee486cf3b97608508df6c5dcab40523f2578bdf9 /src/util.h
parent21c3a402d486234fb00fcb130802b8fcabd97de8 (diff)
downloadandroid-node-v8-79f87cc7293d907ea1a81388ec5314c018dab674.tar.gz
android-node-v8-79f87cc7293d907ea1a81388ec5314c018dab674.tar.bz2
android-node-v8-79f87cc7293d907ea1a81388ec5314c018dab674.zip
src: fix typo in util.h comment
PR-URL: https://github.com/nodejs/node/pull/20656 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 2c66104e9d..9595ee8f07 100644
--- a/src/util.h
+++ b/src/util.h
@@ -211,7 +211,7 @@ inline v8::Local<TypeName> PersistentToLocal(
v8::Isolate* isolate,
const Persistent<TypeName>& persistent);
-// Unchecked conversion from a non-weak Persistent<T> to Local<TLocal<T>,
+// Unchecked conversion from a non-weak Persistent<T> to Local<T>,
// use with care!
//
// Do not call persistent.Reset() while the returned Local<T> is still in