Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / Target / Mips / MipsISelDAGToDAG.cpp
index 8784737d33ea576931dc7bab3f8c9f8c8c41bbef..62f7cdea3c0382aec1a91b5a4064c823cb785a3e 100644 (file)
@@ -190,7 +190,7 @@ void MipsDAGToDAGISel::InitGlobalBaseReg(MachineFunction &MF) {
   // We emit only the last instruction here.
   //
   // GNU linker requires that the first two instructions appear at the beginning
-  // of a funtion and no instructions be inserted before or between them.
+  // of a function and no instructions be inserted before or between them.
   // The two instructions are emitted during lowering to MC layer in order to
   // avoid any reordering.
   //