summaryrefslogtreecommitdiff
path: root/www/demo
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-07-20 21:02:28 +0000
committerBill Wendling <isanbard@gmail.com>2011-07-20 21:02:28 +0000
commite1809074d08f3a91bb2ef5f088b52bb46a08fb8a (patch)
treea2c064a9948e1c3aefff008839e9a410325833b6 /www/demo
parent2da13b15959365df7edf1ed12a049b599b39c276 (diff)
downloadclang-e1809074d08f3a91bb2ef5f088b52bb46a08fb8a.tar.gz
Remove extraneous period.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/demo')
-rw-r--r--www/demo/index.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/demo/index.cgi b/www/demo/index.cgi
index b29efb60e9..901b009dbd 100644
--- a/www/demo/index.cgi
+++ b/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 );