diff --git a/src/util.h b/src/util.h index 133899008fb7ce..b2f357b8e87edc 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