tools: fix "the the" typos in comments · nodejs/node@6f4e9ff · GitHub
Skip to content

Commit 6f4e9ff

Browse files
Masashi HiranoMylesBorins
authored andcommitted
tools: fix "the the" typos in comments
PR-URL: #20716 Fixes: #20682 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 01aa058 commit 6f4e9ff

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/gyp/pylib/gyp/MSVSSettings.py

Lines changed: 1 addition & 1 deletion

tools/gyp/pylib/gyp/generator/make.py

Lines changed: 1 addition & 1 deletion
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

tools/gyp/pylib/gyp/generator/ninja.py

Lines changed: 1 addition & 1 deletion
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

tools/msvs/msi/i18n/en-us.wxl

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)