summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/System/Win32')
-rw-r--r--llvm/lib/System/Win32/Alarm.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/System/Win32/Alarm.inc b/llvm/lib/System/Win32/Alarm.inc
index be23bf62faf..2f1a2808f98 100644
--- a/llvm/lib/System/Win32/Alarm.inc
+++ b/llvm/lib/System/Win32/Alarm.inc
@@ -1,4 +1,4 @@
-//===-- Alarm.inc - Implement Win32 Alarm Support -------------------------===//
+//===-- Alarm.inc - Implement Win32 Alarm Support ---------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -14,7 +14,7 @@
#include <cassert>
using namespace llvm;
-/// NestedSOI - Sanity check. Alarms cannot be nested or run in parallel.
+/// NestedSOI - Sanity check. Alarms cannot be nested or run in parallel.
/// This ensures that they never do.
static bool NestedSOI = false;
OpenPOWER on IntegriCloud