Merge "style(docs): fix typo s/flase/false/" into integration

This commit is contained in:
Joanna Farley 2023-04-06 13:52:25 +02:00 committed by TrustedFirmware Code Review
commit 04f59c4a64
2 changed files with 2 additions and 2 deletions

View 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 {

View 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);