Skip to content

Commit 9d62567

Browse files
committed
tc_build: llvm: Fix typo
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 9478f45 commit 9d62567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-llvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
By default, the script will clone the llvm-project into the tc-build repo. If you have
194194
another LLVM checkout that you would like to work out of, pass it to this parameter.
195195
This can either be an absolute or relative path. Implies '--no-update'. When this
196-
option is supplied, '--ref' and '--use-good-revison' do nothing, as the script does
196+
option is supplied, '--ref' and '--use-good-revision' do nothing, as the script does
197197
not manipulate a repository it does not own.
198198
199199
'''),

0 commit comments

Comments
 (0)