summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/SlotCalculator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/SlotCalculator.h')
-rw-r--r--include/llvm/Analysis/SlotCalculator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/SlotCalculator.h b/include/llvm/Analysis/SlotCalculator.h
index 91006d7017..9d88a0264f 100644
--- a/include/llvm/Analysis/SlotCalculator.h
+++ b/include/llvm/Analysis/SlotCalculator.h
@@ -1,4 +1,4 @@
-//===-- llvm/SlotCalculator.h - Calculate value slots ------------*- C++ -*-==//
+//===-- llvm/SlotCalculator.h - Calculate value slots -----------*- C++ -*-===//
//
// This class calculates the slots that values will land in. This is useful for
// when writing bytecode or assembly out, because you have to know these things.