aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopDepth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analysis/LoopDepth.cpp')
-rw-r--r--lib/Analysis/LoopDepth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/LoopDepth.cpp b/lib/Analysis/LoopDepth.cpp
index 67576e200b..ac73fda26f 100644
--- a/lib/Analysis/LoopDepth.cpp
+++ b/lib/Analysis/LoopDepth.cpp
@@ -1,4 +1,4 @@
-//===- LoopDepth.cpp - Loop Dpeth Calculation --------------------*- C++ -*--=//
+//===- LoopDepth.cpp - Loop Depth Calculation --------------------*- C++ -*--=//
//
// This file provides a simple class to calculate the loop depth of a
// BasicBlock.