diff --git a/src/util.h b/src/util.h index 0ca3d8ea0efb4b..1cf515bb40fe3f 100644 --- a/src/util.h +++ b/src/util.h @@ -221,7 +221,7 @@ inline v8::Local PersistentToLocal( v8::Isolate* isolate, const v8::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