More templatization.
[oota-llvm.git] / lib / Analysis / InstCount.cpp
index 9b743fee317afb40b1ccfd53510d3b3849f4802c..82b2245a3bb4e590227263394e50375b44079575 100644 (file)
@@ -51,7 +51,7 @@ namespace {
       abort();
     }
   public:
-    static char ID; // Pass identifcation, replacement for typeid
+    static char ID; // Pass identification, replacement for typeid
     InstCount() : FunctionPass((intptr_t)&ID) {}
 
     virtual bool runOnFunction(Function &F);