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 67576e2..ac73fda 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.