block: get rid of QUEUE_FLAG_REENTER
[firefly-linux-kernel-4.4.55.git] / include / linux / perf_event.h
index 04d75a8a20ee2b67d6c0d51cd203f36cc53adfd3..ee9f1e7828001f26a5657962040277cb6e574795 100644 (file)
@@ -662,7 +662,7 @@ struct pmu {
        int  (*commit_txn)      (struct pmu *pmu); /* optional */
        /*
         * Will cancel the transaction, assumes ->del() is called
-        * for each successfull ->add() during the transaction.
+        * for each successful ->add() during the transaction.
         */
        void (*cancel_txn)      (struct pmu *pmu); /* optional */
 };