diff --git a/src/node_options.h b/src/node_options.h index 4b9ee000367405..eed27a9f8bf070 100644 --- a/src/node_options.h +++ b/src/node_options.h @@ -279,7 +279,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 {