Skip to content

Commit 3ef3806

Browse files
authored
Fix spelling in benchmark_chromium.py
1 parent 32a5c1c commit 3ef3806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler_opt/benchmark/benchmark_chromium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def build_chromium_tests(regalloc_advisor: str,
121121
for building chromium
122122
chromium_source_path: The path to the chromium source
123123
depot_tools_path: The path to the root of your depot tools checkout
124-
llvm_build_path: The path to the root of the direcotry where llvm was built
124+
llvm_build_path: The path to the root of the directory where llvm was built
125125
tests_to_build: An array of test targets that are to be built
126126
"""
127127
chromium_absolute_build_path = os.path.join(chromium_source_path,

0 commit comments

Comments
 (0)