Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / examples / ExceptionDemo / ExceptionDemo.cpp
index cf078bb3f54346308776115d2d1e8082768431c3..0702baeb975149d0b83b3a2c6400259ed2cda155 100644 (file)
@@ -1257,7 +1257,7 @@ llvm::Function *createCatchWrappedInvokeFunction(llvm::Module &module,
 
   // FIXME: Redundant storage which, beyond utilizing value of 
   //        caughtResultStore for unwindException storage, may be alleviated 
-  //        alltogether with a block rearrangement
+  //        altogether with a block rearrangement
   builder.CreateStore(caughtResult, caughtResultStorage);
   builder.CreateStore(unwindException, exceptionStorage);
   builder.CreateStore(ourExceptionThrownState, exceptionCaughtFlag);