Skip to content

Commit

Permalink
Remove extraneous period.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135619 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Jul 20, 2011
1 parent 2da13b1 commit e180907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/demo/index.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ sub try_run {
alarm 0;
};
if ( $@ and $@ =~ /timeout/ ) {
barf("Program $program took too long, compile time limited for the web script, sorry!.\n");
barf("Program $program took too long, compile time limited for the web script, sorry!\n");
}
if ( -s $outputFile ) {
print scalar dumpFile( "Output from $program", $outputFile );
Expand Down

0 comments on commit e180907

Please sign in to comment.