Skip to content

Commit d4f054e

Browse files
committed
Update buildgcc: correct a comment
1 parent ec6ebe8 commit d4f054e

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)