Skip to content

Commit 652aa70

Browse files
committed
Update buildgcc: correct a comment
1 parent 64c0421 commit 652aa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_prerequisites/buildgcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ else
6767
install_path=$2
6868
fi
6969

70-
# Default to 2 threads if no specified thread count:
70+
# Default to 1 threads if no specified thread count:
7171
if [ -z $3 ]; then
7272
num_threads=1
7373
else

0 commit comments

Comments
 (0)