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 {