diff --git a/llvm/lib/Analysis/LoopDepth.cpp b/llvm/lib/Analysis/LoopDepth.cpp index 67576e200bf7..ac73fda26f89 100644 --- a/llvm/lib/Analysis/LoopDepth.cpp +++ b/llvm/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.