Typo: s/caes/cases/ in SimplifyCFG
authorHans Wennborg <hans@hanshq.net>
Tue, 4 Jun 2013 11:22:30 +0000 (11:22 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 4 Jun 2013 11:22:30 +0000 (11:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183219 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/SimplifyCFG.cpp

index 96570fe38d7977ed04209977cb50cb6c140c4edd..1b491c098cfbfda696db8d6ac2f4ba9f7782be3c 100644 (file)
@@ -3658,7 +3658,7 @@ bool SwitchLookupTable::WouldFitInRegister(const DataLayout *TD,
 }
 
 /// ShouldBuildLookupTable - Determine whether a lookup table should be built
 }
 
 /// ShouldBuildLookupTable - Determine whether a lookup table should be built
-/// for this switch, based on the number of caes, size of the table and the
+/// for this switch, based on the number of cases, size of the table and the
 /// types of the results.
 static bool ShouldBuildLookupTable(SwitchInst *SI,
                                    uint64_t TableSize,
 /// types of the results.
 static bool ShouldBuildLookupTable(SwitchInst *SI,
                                    uint64_t TableSize,