Fix typo pointed out by Trevor Harmon.
authorDuncan Sands <baldrick@free.fr>
Sat, 13 Nov 2010 12:16:27 +0000 (12:16 +0000)
committerDuncan Sands <baldrick@free.fr>
Sat, 13 Nov 2010 12:16:27 +0000 (12:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119001 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LoopInfo.cpp

index 447c8a6ee4ef75f066d7727f934d67289b9b011d..05831402f4092bcea8ccf670e5864f8fdab03f40 100644 (file)
@@ -198,7 +198,7 @@ Value *Loop::getTripCount() const {
 
 /// getSmallConstantTripCount - Returns the trip count of this loop as a
 /// normal unsigned value, if possible. Returns 0 if the trip count is unknown
-/// of not constant. Will also return 0 if the trip count is very large
+/// or not constant. Will also return 0 if the trip count is very large
 /// (>= 2^32)
 unsigned Loop::getSmallConstantTripCount() const {
   Value* TripCount = this->getTripCount();