summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit197390e985744105f46d2984d37cde0a412301e3 (patch)
tree69b82a7047c34d56de85cf43c28f1c374b99572e /llvm/lib/Analysis/LoopDepth.cpp
parent4efb8afd9b933a9ddca12bd8ffc1a26ed53af62b (diff)
downloadbcm5719-llvm-197390e985744105f46d2984d37cde0a412301e3.tar.gz
bcm5719-llvm-197390e985744105f46d2984d37cde0a412301e3.zip
Fix nasty typo
llvm-svn: 204
Diffstat (limited to 'llvm/lib/Analysis/LoopDepth.cpp')
-rw-r--r--llvm/lib/Analysis/LoopDepth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoopDepth.cpp b/llvm/lib/Analysis/LoopDepth.cpp
index 67576e200bf..ac73fda26f8 100644
--- a/llvm/lib/Analysis/LoopDepth.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud