[X86][Haswell][SchedModel] Add architecture specific scheduling models.
[oota-llvm.git] / lib / Target / XCore / XCoreTargetTransformInfo.cpp
index 079be1fc0abccdc4a9f6bdb2d8a9ae2d530f03ec..80d193d1c26ea2144f81e53f401d389ae9c55856 100644 (file)
@@ -24,7 +24,7 @@ using namespace llvm;
 #define DEBUG_TYPE "xcoretti"
 
 // Declare the pass initialization routine locally as target-specific passes
-// don't havve a target-wide initialization entry point, and so we rely on the
+// don't have a target-wide initialization entry point, and so we rely on the
 // pass constructor initialization.
 namespace llvm {
 void initializeXCoreTTIPass(PassRegistry &);