I can type.
[oota-llvm.git] / lib / Target / ARM / Thumb2ITBlockPass.cpp
index d41e6ee1042ee981b518b066b125a21b6d3cd5c4..da7228b3457f8d247b548d0d3e3b37f4a3a0725a 100644 (file)
@@ -109,7 +109,7 @@ bool Thumb2ITBlockPass::runOnMachineFunction(MachineFunction &Fn) {
   return Modified;
 }
 
-/// createThumb2ITBlockPass - returns and instance of the Thumb IT blocks
+/// createThumb2ITBlockPass - Returns an instance of the Thumb2 IT blocks
 /// insertion pass.
 FunctionPass *llvm::createThumb2ITBlockPass() {
   return new Thumb2ITBlockPass();