Added the MakeFileExecutable() method. This method takes a filename and
[oota-llvm.git] / include / Support / Signals.h
index 34e55b651f76b07ef848832b097b4210f45a5d2e..1445bd461db38773e07dbb2b72fa37acdc2bfdc7 100644 (file)
@@ -1,4 +1,4 @@
-//===- Support/Signals.h - Signal Handling support ---------------*- C++ -*--=//
+//===- Support/Signals.h - Signal Handling support -------------*- C++ -*-===//
 //
 // This file defines some helpful functions for dealing with the possibility of
 // unix signals occuring while your program is running.
@@ -16,3 +16,4 @@
 void RemoveFileOnSignal(const std::string &Filename);
 
 #endif
+