Skip to content

Commit b2796c7

Browse files
committed
typo fix
1 parent cefa577 commit b2796c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/lit/cl_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def parse_args():
179179
"--use-unique-output-file-name",
180180
help="When enabled, lit will not overwrite existing test report files. "
181181
"Instead it will write to a new file named the same as the output file "
182-
"name but with a extra part before the file extension. For example "
182+
"name but with an extra part before the file extension. For example "
183183
"if results.xml already exists, results.<something>.xml will be written "
184184
"to. The <something> is not ordered in any way. [Default: Off]",
185185
action="store_true",

0 commit comments

Comments
 (0)