aboutsummaryrefslogtreecommitdiff
path: root/include/Support/Signals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/Signals.h')
-rw-r--r--include/Support/Signals.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Support/Signals.h b/include/Support/Signals.h
index 0cbf398798..dff849cfbb 100644
--- a/include/Support/Signals.h
+++ b/include/Support/Signals.h
@@ -19,10 +19,10 @@
namespace llvm {
-// RemoveFileOnSignal - This function registers signal handlers to ensure that
-// if a signal gets delivered that the named file is removed.
-//
-void RemoveFileOnSignal(const std::string &Filename);
+ /// RemoveFileOnSignal - This function registers signal handlers to ensure
+ /// that if a signal gets delivered that the named file is removed.
+ ///
+ void RemoveFileOnSignal(const std::string &Filename);
} // End llvm namespace