Fix a typo in the comment.
[oota-llvm.git] / lib / Transforms / Utils / SSI.cpp
index 305f60e7d70647660c5bc39da596cc255a62928f..ef49d9624b0245dceaec35ab0fd226accabe51ce 100644 (file)
@@ -49,7 +49,7 @@ bool SSI::runOnFunction(Function &F) {
 
 /// This methods creates the SSI representation for the list of values
 /// received. It will only create SSI representation if a value is used
-/// in a to decide a branch. Repeated values are created only once.
+/// to decide a branch. Repeated values are created only once.
 ///
 void SSI::createSSI(SmallVectorImpl<Instruction *> &value) {
   init(value);