Fix typos.
[oota-llvm.git] / include / llvm / CodeGen / SlotIndexes.h
index be0f87ed9c4f7ef0b985218eead03288a9bc730a..0b8879d2f8a792db1bfbb35f1a442a809f6f999e 100644 (file)
@@ -155,7 +155,7 @@ namespace llvm {
              "Attempt to construct index with 0 pointer.");
     }
 
-    /// Returns true if this is a valid index. Invalid indicies do
+    /// Returns true if this is a valid index. Invalid indices do
     /// not point into an index table, and cannot be compared.
     bool isValid() const {
       return lie.getPointer();