We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc146cd commit 5ea5159Copy full SHA for 5ea5159
.travis.yml
@@ -169,7 +169,7 @@ matrix:
169
find "(" -name "*.a" -or -name "*.ar" ")" -and -not -name "lib*" |
170
tee BUILD/badlibs |
171
sed -e "s/^/Bad library name found: /" && [ ! -s BUILD/badlibs ]
172
- # Assert that all assebler files are named correctly
+ # Assert that all assembler files are named correctly
173
# The strange command below asserts that there are exactly 0 libraries
174
# that do end with .s
175
- >
0 commit comments