Skip to content

Commit 7f909fa

Browse files
committed
Fix typo
1 parent 94f345c commit 7f909fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/driver.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,8 @@ try_compile_error << EOF
677677
int main(void, int i) {}
678678
EOF
679679

680-
# Unreachable declaration should not cause prog seg-falut (prog should leave normally with exit code 0)
680+
# Unreachable declaration should not cause prog segmentation fault
681+
# (prog should leave normally with exit code 0)
681682
try_ 0 << EOF
682683
int main()
683684
{

0 commit comments

Comments
 (0)