perf pmu: Add hybrid helper functions
[linux-2.6-microblaze.git] / tools / perf / builtin-lock.c
index a2f1e53..01326e3 100644 (file)
@@ -49,7 +49,7 @@ struct lock_stat {
 
        /*
         * FIXME: evsel__intval() returns u64,
-        * so address of lockdep_map should be dealed as 64bit.
+        * so address of lockdep_map should be treated as 64bit.
         * Is there more better solution?
         */
        void                    *addr;          /* address of lockdep_map, used as ID */