[llvm-commits] [llvm] r116880 - /llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
Jim Grosbach
grosbach at apple.com
Tue Oct 19 16:39:23 PDT 2010
Author: grosbach
Date: Tue Oct 19 18:39:23 2010
New Revision: 116880
URL: http://llvm.org/viewvc/llvm-project?rev=116880&view=rev
Log:
Spelling typo fix. s/incput/input/. Thanks, Bob!
Modified:
llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
Modified: llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h?rev=116880&r1=116879&r2=116880&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h Tue Oct 19 18:39:23 2010
@@ -109,7 +109,7 @@
// 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,
More information about the llvm-commits
mailing list