summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-19 23:39:23 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-19 23:39:23 +0000
commitdf7ec2083fad548d0e2bf8797f9d0ef67823c06b (patch)
treee94d3757e43e0cbfe6569c53b9ba65a522ab8786 /include
parente4ad387a5a88dae20f0f7578e55170bbc8eee2a9 (diff)
downloadllvm-df7ec2083fad548d0e2bf8797f9d0ef67823c06b.tar.gz
llvm-df7ec2083fad548d0e2bf8797f9d0ef67823c06b.tar.bz2
llvm-df7ec2083fad548d0e2bf8797f9d0ef67823c06b.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/ISDOpcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h
index 76829b78eb..31da0211eb 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,