From 4d61c34b9eb615c68729a77182eaae7f3ddd03ce Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Tue, 25 Sep 2018 07:13:44 -0400 Subject: [PATCH] src: fix a typo in the comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit withing -> within PR-URL: https://github.com/nodejs/node/pull/23078 Reviewed-By: Michaƫl Zasso Reviewed-By: Anna Henningsen Reviewed-By: Vse Mozhet Byt Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Gus Caplan Reviewed-By: James M Snell Reviewed-By: Sakthipriyan Vairamani --- src/node_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_options.h b/src/node_options.h index 506db25dec2efa..32189dacfb080a 100644 --- a/src/node_options.h +++ b/src/node_options.h @@ -288,7 +288,7 @@ class OptionsParser { } }; - // Represents a field of type T withing `Options` that can be looked up + // Represents a field of type T within `Options` that can be looked up // as a C++ member field. template class SimpleOptionField : public OptionField {