src: fix a typo in the comment

withing -> within

PR-URL: https://github.com/nodejs/node/pull/23078
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
This commit is contained in:
Gireesh Punathil 2018-09-25 07:13:44 -04:00 committed by Anna Henningsen
parent 4e084addcd
commit 3ea05883c8
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -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 <typename T>
class SimpleOptionField : public OptionField<T> {