Fix nasty typo
authorChris Lattner <sabre@nondot.org>
Fri, 20 Jul 2001 04:39:07 +0000 (04:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Jul 2001 04:39:07 +0000 (04:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LoopDepth.cpp

index 67576e200bf79aedd9d405f19d0407a4de089ca9..ac73fda26f89e569e9906951609cf1a438d2b8e5 100644 (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.