Fix Typo (first commit to test commit access)
authorSuyog Sarda <suyog.sarda@samsung.com>
Thu, 17 Jul 2014 06:09:34 +0000 (06:09 +0000)
committerSuyog Sarda <suyog.sarda@samsung.com>
Thu, 17 Jul 2014 06:09:34 +0000 (06:09 +0000)
llvm-svn: 213228

llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp

index 99f0f1f..e80d6a9 100644 (file)
@@ -32,7 +32,7 @@ namespace {
   ///
   class FAddendCoef {
   public:
-    // The constructor has to initialize a APFloat, which is uncessary for
+    // The constructor has to initialize a APFloat, which is unnecessary for
     // most addends which have coefficient either 1 or -1. So, the constructor
     // is expensive. In order to avoid the cost of the constructor, we should
     // reuse some instances whenever possible. The pre-created instances