Skip to content

Commit d8eac7a

Browse files
Masashi Hiranorvagg
Masashi Hirano
authored andcommitted
tools: fix "the the" typos in comments
PR-URL: nodejs/node#20716 Fixes: nodejs/node#20682 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f739c18 commit d8eac7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gyp/pylib/gyp/MSVSSettings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def FixVCMacroSlashes(s):
417417

418418

419419
def ConvertVCMacrosToMSBuild(s):
420-
"""Convert the the MSVS macros found in the string to the MSBuild equivalent.
420+
"""Convert the MSVS macros found in the string to the MSBuild equivalent.
421421
422422
This list is probably not exhaustive. Add as needed.
423423
"""

gyp/pylib/gyp/generator/make.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
# Global settings and utility functions are currently stuffed in the
2121
# toplevel Makefile. It may make sense to generate some .mk files on
22-
# the side to keep the the files readable.
22+
# the side to keep the files readable.
2323

2424
import os
2525
import re

gyp/pylib/gyp/generator/ninja.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def __init__(self, type):
140140
# On Windows, incremental linking requires linking against all the .objs
141141
# that compose a .lib (rather than the .lib itself). That list is stored
142142
# here. In this case, we also need to save the compile_deps for the target,
143-
# so that the the target that directly depends on the .objs can also depend
143+
# so that the target that directly depends on the .objs can also depend
144144
# on those.
145145
self.component_objs = None
146146
self.compile_deps = None

0 commit comments

Comments
 (0)