Skip to content

Commit 790358e

Browse files
Fix typo in log message
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 9926257 commit 790358e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-uclibc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ fi
437437
# -----------------------------------------------------------------------------
438438
# Build stage 1 libgcc (not needed when cross compiling).
439439
if [ $IS_CROSS_COMPILING != yes ]; then
440-
echo "Buildring libgcc stage1..."
440+
echo "Building libgcc stage1..."
441441
cd $build_dir/gcc-stage1
442442
make_target building all-target-libgcc
443443
make_target installing install-target-libgcc

0 commit comments

Comments
 (0)