Skip to content

Commit 907f442

Browse files
mordantehawkinsw
andauthored
Apply suggestions from code review
Co-authored-by: Will Hawkins <[email protected]>
1 parent 57e435d commit 907f442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcxx/utils/libcxx/test/format.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def parseScript(test, preamble):
187187
else (s, x)
188188
for (s, x) in substitutions
189189
]
190-
# In order to use modules additional compilation flags are required.
190+
# In order to use modules, additional compilation flags are required.
191191
# Adding these to the %{compile_flags} gives a chicken and egg issue:
192192
# - the modules need to be built with the same compilation flags as the
193193
# tests,
@@ -283,9 +283,9 @@ class CxxStandardLibraryTest(lit.formats.FileBasedTest):
283283
// MODULE: std std.compat
284284
285285
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
287287
%{module_flags}. (Libc++ offers these modules in C++20 as an
288-
extenstion.)
288+
extension.)
289289
290290
Additional provided substitutions and features
291291
==============================================

0 commit comments

Comments
 (0)