Fix nasty typo

llvm-svn: 204
This commit is contained in:
Chris Lattner 2001-07-20 04:39:07 +00:00
parent 4efb8afd9b
commit 197390e985

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 // This file provides a simple class to calculate the loop depth of a
// BasicBlock. // BasicBlock.