diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-07-20 21:02:28 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-07-20 21:02:28 +0000 |
| commit | 03400e17fe5149c0f2f7161ba3837954e5196ed1 (patch) | |
| tree | dd2ae757c1d4cc89385c34b983e8ac288994adfb | |
| parent | 94df3be987e95e36483c2e9cd0211768fdda4a65 (diff) | |
| download | bcm5719-llvm-03400e17fe5149c0f2f7161ba3837954e5196ed1.tar.gz bcm5719-llvm-03400e17fe5149c0f2f7161ba3837954e5196ed1.zip | |
Remove extraneous period.
llvm-svn: 135619
| -rw-r--r-- | clang/www/demo/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/demo/index.cgi b/clang/www/demo/index.cgi index b29efb60e9c..901b009dbde 100644 --- a/clang/www/demo/index.cgi +++ b/clang/www/demo/index.cgi @@ -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 ); |

