Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / Target / X86 / X86FloatingPoint.cpp
index ed1707da13d8b71a96c4846945d32d3950267ef5..711ee41699e5a046015df03fbb15a01c9b8902c2 100644 (file)
@@ -130,7 +130,7 @@ namespace {
     // The hardware keeps track of how many FP registers are live, so we have
     // to model that exactly. Usually, each live register corresponds to an
     // FP<n> register, but when dealing with calls, returns, and inline
-    // assembly, it is sometimes neccesary to have live scratch registers.
+    // assembly, it is sometimes necessary to have live scratch registers.
     unsigned Stack[8];          // FP<n> Registers in each stack slot...
     unsigned StackTop;          // The current top of the FP stack.