From 79f87cc7293d907ea1a81388ec5314c018dab674 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Thu, 10 May 2018 14:27:56 +0200 Subject: src: fix typo in util.h comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/20656 Reviewed-By: Michaƫl Zasso Reviewed-By: James M Snell --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 PersistentToLocal( v8::Isolate* isolate, const Persistent& persistent); -// Unchecked conversion from a non-weak Persistent to Local, +// Unchecked conversion from a non-weak Persistent to Local, // use with care! // // Do not call persistent.Reset() while the returned Local is still in -- cgit v1.2.3