Fix nasty typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-07-20 04:39:07 +00:00
parent a3c8916228
commit 7f6330c743

View File

@ -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.