]> granicus.if.org Git - llvm/commitdiff
Fix typo in comment. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 20 Aug 2019 17:54:37 +0000 (17:54 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 20 Aug 2019 17:54:37 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369419 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/BasicTTIImpl.h

index 88b034d34ef056b631ac0191fe1d0fb3a21fe3e2..6af8bdcce2d973d6a0f0d48e3ce3f76aace9a250 100644 (file)
@@ -327,7 +327,7 @@ public:
   unsigned getEstimatedNumberOfCaseClusters(const SwitchInst &SI,
                                             unsigned &JumpTableSize) {
     /// Try to find the estimated number of clusters. Note that the number of
-    /// clusters identified in this function could be different from the actural
+    /// clusters identified in this function could be different from the actual
     /// numbers found in lowering. This function ignore switches that are
     /// lowered with a mix of jump table / bit test / BTree. This function was
     /// initially intended to be used when estimating the cost of switch in