Skip to content

Commit 3978764

Browse files
committed
dd
1 parent c0f1f15 commit 3978764

File tree

3 files changed

+246
-251
lines changed

3 files changed

+246
-251
lines changed

cmake/cinn.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif()
4343

4444
# TODO(zhhsplendid): CINN has lots of warnings during early development.
4545
# They will be treated as errors under paddle. We set no-error now and we will
46-
# clean the code in th e future.
46+
# clean the code in th e future.
4747
add_definitions(-w)
4848

4949
include(cmake/cinn/version.cmake)

paddle/scripts/paddle_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ function check_coverage() {
13971397
if [ ${WITH_COVERAGE:-ON} == "ON" ] ; then
13981398
/bin/bash ${PADDLE_ROOT}/tools/coverage/paddle_coverage.sh
13991399
else
1400-
echo "WARNING: check_coverage need to compile with WITH_COVERAGE=ON, but got WITH_COVERAGE=OFF"
1400+
echo "WARNING: check_coverage need to compile with WITH_COVERAGE=ON, but got WITH_COVERAGE=OFF"
14011401
fi
14021402
}
14031403

0 commit comments

Comments
 (0)