Fix typo in comment.
[oota-llvm.git] / lib / Transforms / Scalar / GCSE.cpp
index fa9867a585356d3f3ae5d0987f83f12e93d1b4b2..c46c36a1cbb087c7263ced6419b999f2472550de 100644 (file)
@@ -37,7 +37,7 @@ STATISTIC(NumArgsRepl   , "Number of function arguments replaced "
                           "with constant values");
 namespace {
   struct VISIBILITY_HIDDEN GCSE : public FunctionPass {
-    static char ID; // Pass identifcation, replacement for typeid
+    static char ID; // Pass identification, replacement for typeid
     GCSE() : FunctionPass((intptr_t)&ID) {}
 
     virtual bool runOnFunction(Function &F);