diff --git a/include/trace/events/workqueue.h b/include/trace/events/workqueue.h
index 7d497291c85d8489ff3b11e59ebfefc0b3417a0d..4018f5058f272911480cbf487f401376b6a7cd74 100644
--- a/include/trace/events/workqueue.h
+++ b/include/trace/events/workqueue.h
@@ -103,7 +103,7 @@ TRACE_EVENT(workqueue_execute_start,
 );
 
 /**
- * workqueue_execute_end - called immediately before the workqueue callback
+ * workqueue_execute_end - called immediately after the workqueue callback
  * @work:	pointer to struct work_struct
  *
  * Allows to track workqueue execution.