From: Chris Lattner Date: Fri, 20 Jul 2001 04:39:07 +0000 (+0000) Subject: Fix nasty typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7f6330c74390151a344e3160daa90ac437b6b6ae;p=oota-llvm.git Fix nasty typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/LoopDepth.cpp b/lib/Analysis/LoopDepth.cpp index 67576e200bf..ac73fda26f8 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.