p4wq: fix a typo in a comment

Fix a simple typo in a comment.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2021-04-07 14:49:37 +02:00 committed by Anas Nashif
commit 5709d8a2ae

View file

@ -101,7 +101,7 @@ struct k_p4wq_initparam {
/** /**
* @brief Initialize P4 Queue * @brief Initialize P4 Queue
* *
* Initializes a P4 Queue object. These objects much be initialized * Initializes a P4 Queue object. These objects must be initialized
* via this function (or statically using K_P4WQ_DEFINE) before any * via this function (or statically using K_P4WQ_DEFINE) before any
* other API calls are made on it. * other API calls are made on it.
* *