Spelling typo fix. s/incput/input/. Thanks, Bob!
authorJim Grosbach <grosbach@apple.com>
Tue, 19 Oct 2010 23:39:23 +0000 (23:39 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 19 Oct 2010 23:39:23 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116880 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ISDOpcodes.h

index 76829b78eb4583fb621d4ce243fddad66493d7f9..31da0211eb722cfa099882b30eb1ff1af63803f8 100644 (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,