Skip to content

Commit 4d61c34

Browse files
gireeshpunathiltargos
authored andcommitted
src: fix a typo in the comment
withing -> within PR-URL: #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>
1 parent d9d9d23 commit 4d61c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class OptionsParser {
288288
}
289289
};
290290

291-
// Represents a field of type T withing `Options` that can be looked up
291+
// Represents a field of type T within `Options` that can be looked up
292292
// as a C++ member field.
293293
template <typename T>
294294
class SimpleOptionField : public OptionField<T> {

0 commit comments

Comments
 (0)