From df7ec2083fad548d0e2bf8797f9d0ef67823c06b Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Tue, 19 Oct 2010 23:39:23 +0000 Subject: Spelling typo fix. s/incput/input/. Thanks, Bob! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116880 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/ISDOpcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index 76829b7..31da021 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -109,7 +109,7 @@ namespace ISD { // OUTCHAIN = EH_SJLJ_DISPATCHSETUP(INCHAIN, context) // This corresponds to the eh.sjlj.dispatchsetup intrinsic. It takes an - // incput chain and a pointer to the sjlj function context as inputs and + // input chain and a pointer to the sjlj function context as inputs and // returns an outchain. By default, this does nothing. Targets can lower // this to unwind setup code if needed. EH_SJLJ_DISPATCHSETUP, -- cgit v1.1