]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
style(docs): fix typo s/flase/false/
authorMichal Simek <michal.simek@amd.com>
Tue, 21 Mar 2023 12:27:39 +0000 (13:27 +0100)
committerMichal Simek <michal.simek@amd.com>
Tue, 21 Mar 2023 12:41:39 +0000 (13:41 +0100)
Trivial typo fix.

Change-Id: Ifac249d0110414ca71040a6d2a0b3e963480c1a9
Signed-off-by: Michal Simek <michal.simek@amd.com>
include/drivers/scmi-msg.h
include/lib/bl_aux_params/bl_aux_params.h

index a9a99cf52cc12af35166d57e156da23e2415ca48..eb90859f15c02012330b6362712a47c5b6d074ae 100644 (file)
@@ -22,7 +22,7 @@ struct scmi_msg_channel;
  *
  * @shm_addr: Address of the shared memory for the SCMI channel
  * @shm_size: Byte size of the shared memory for the SCMI channel
- * @busy: True when channel is busy, flase when channel is free
+ * @busy: True when channel is busy, false when channel is free
  * @agent_name: Agent name, SCMI protocol exposes 16 bytes max, or NULL
  */
 struct scmi_msg_channel {
index f6ce8024bf47d74c677bbf0f030652bebbd1dfb2..072a29d87b8de17f93118cd4255e96e95f69cff0 100644 (file)
@@ -13,7 +13,7 @@
 
 /*
  * Handler function that handles an individual aux parameter. Return true if
- * the parameter was handled, and flase if bl_aux_params_parse() should make its
+ * the parameter was handled, and false if bl_aux_params_parse() should make its
  * own attempt at handling it (for generic parameters).
  */
 typedef bool (*bl_aux_param_handler_t)(struct bl_aux_param_header *param);