aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/iBranch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/iBranch.cpp')
-rw-r--r--lib/VMCore/iBranch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/iBranch.cpp b/lib/VMCore/iBranch.cpp
index 3ad36d13ee..a6032ab0fe 100644
--- a/lib/VMCore/iBranch.cpp
+++ b/lib/VMCore/iBranch.cpp
@@ -1,4 +1,4 @@
-//===-- iBranch.cpp - Implement the Branch instruction -----------*- C++ -*--=//
+//===-- iBranch.cpp - Implement the Branch instruction --------------------===//
//
// This file implements the 'br' instruction, which can represent either a
// conditional or unconditional branch.