File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ def parseScript(test, preamble):
187
187
else (s , x )
188
188
for (s , x ) in substitutions
189
189
]
190
- # In order to use modules additional compilation flags are required.
190
+ # In order to use modules, additional compilation flags are required.
191
191
# Adding these to the %{compile_flags} gives a chicken and egg issue:
192
192
# - the modules need to be built with the same compilation flags as the
193
193
# tests,
@@ -283,9 +283,9 @@ class CxxStandardLibraryTest(lit.formats.FileBasedTest):
283
283
// MODULE: std std.compat
284
284
285
285
This directive will build the required C++23 standard library
286
- modules and add the provide the additional compiler flags in
286
+ modules and add the additional compiler flags in
287
287
%{module_flags}. (Libc++ offers these modules in C++20 as an
288
- extenstion .)
288
+ extension .)
289
289
290
290
Additional provided substitutions and features
291
291
==============================================
You can’t perform that action at this time.
0 commit comments