Grammar.
authorJim Grosbach <grosbach@apple.com>
Fri, 18 Jun 2010 17:40:42 +0000 (17:40 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 18 Jun 2010 17:40:42 +0000 (17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106292 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ISDOpcodes.h

index a5e9dd5fe84a2b9442bfad7b6c33602b92cd60fd..6203b5e4ad7eaa6d44332088398733b6a49ae385 100644 (file)
@@ -130,7 +130,7 @@ namespace ISD {
     /// This node represents a target intrinsic function with no side effects.
     /// The first operand is the ID number of the intrinsic from the
     /// llvm::Intrinsic namespace.  The operands to the intrinsic follow.  The
-    /// node has returns the result of the intrinsic.
+    /// node returns the result of the intrinsic.
     INTRINSIC_WO_CHAIN,
 
     /// RESULT,OUTCHAIN = INTRINSIC_W_CHAIN(INCHAIN, INTRINSICID, arg1, ...)