comment matches code

This commit is contained in:
Eric Berberich 2012-08-04 22:37:44 +00:00
parent 357d6258f5
commit bdc9546907
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ print_testresult()
# grep -E means "extended regular expressions".
# All those three options are in the Single Unix Specification version 3
# The extended regular expression '[^a-zA-Z_,]warning matches any
# The extended regular expression '[^a-zA-Z_,:-]warning matches any
# string "warning" preceded with a letter that is not a letter or '_'
# or ',' or ':'. That avoids some false positives such as
# '-read_only_relocs,warning' or '-D_CRT_SECURE_NO_WARNINGS', or