[llvm] r190750 - Fix spelling.

Robert Wilhelm robert.wilhelm at gmx.net
Sat Sep 14 02:35:00 PDT 2013


Author: row
Date: Sat Sep 14 04:34:59 2013
New Revision: 190750

URL: http://llvm.org/viewvc/llvm-project?rev=190750&view=rev
Log:
Fix spelling.

Modified:
    llvm/trunk/lib/Transforms/Utils/FlattenCFG.cpp

Modified: llvm/trunk/lib/Transforms/Utils/FlattenCFG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/FlattenCFG.cpp?rev=190750&r1=190749&r2=190750&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/FlattenCFG.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/FlattenCFG.cpp Sat Sep 14 04:34:59 2013
@@ -372,7 +372,7 @@ bool FlattenCFGOpt::CompareIfRegionBlock
 
 /// Check whether \param BB is the merge block of a if-region.  If yes, check
 /// whether there exists an adjacent if-region upstream, the two if-regions
-/// contain identical instuctions and can be legally merged.  \returns true if
+/// contain identical instructions and can be legally merged.  \returns true if
 /// the two if-regions are merged.
 ///
 /// From:





More information about the llvm-commits mailing list