aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LoopDepth.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-20 04:39:07 +0000
committerChris Lattner <sabre@nondot.org>2001-07-20 04:39:07 +0000
commit7f6330c74390151a344e3160daa90ac437b6b6ae (patch)
treea437fdcc7e89916e263211da78fb38b58eba387b /lib/Analysis/LoopDepth.cpp
parenta3c89162284d629ffa978d048f290b7a4a3c21e2 (diff)
downloadexternal_llvm-7f6330c74390151a344e3160daa90ac437b6b6ae.zip
external_llvm-7f6330c74390151a344e3160daa90ac437b6b6ae.tar.gz
external_llvm-7f6330c74390151a344e3160daa90ac437b6b6ae.tar.bz2
Fix nasty typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204 91177308-0d34-0410-b5e6-96231b3b80d8
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 67576e2..ac73fda 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.