From 5709d8a2ae079704b0fc677390b5a7771c4f5006 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Wed, 7 Apr 2021 14:49:37 +0200 Subject: [PATCH] p4wq: fix a typo in a comment Fix a simple typo in a comment. Signed-off-by: Guennadi Liakhovetski --- include/sys/p4wq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sys/p4wq.h b/include/sys/p4wq.h index 4adb7960149..e2ca34e1636 100644 --- a/include/sys/p4wq.h +++ b/include/sys/p4wq.h @@ -101,7 +101,7 @@ struct k_p4wq_initparam { /** * @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 * other API calls are made on it. *