Spelling typo fix. s/incput/input/. Thanks, Bob!

llvm-svn: 116880
This commit is contained in:
Jim Grosbach 2010-10-19 23:39:23 +00:00
parent bbdc5d2ef9
commit 3ee5cbde3d
1 changed files with 1 additions and 1 deletions

View File

@ -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,