File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ def FixVCMacroSlashes(s):
417
417
418
418
419
419
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.
421
421
422
422
This list is probably not exhaustive. Add as needed.
423
423
"""
Original file line number Diff line number Diff line change 19
19
#
20
20
# Global settings and utility functions are currently stuffed in the
21
21
# 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.
23
23
24
24
import os
25
25
import re
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def __init__(self, type):
140
140
# On Windows, incremental linking requires linking against all the .objs
141
141
# that compose a .lib (rather than the .lib itself). That list is stored
142
142
# 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
144
144
# on those.
145
145
self .component_objs = None
146
146
self .compile_deps = None
You can’t perform that action at this time.
0 commit comments