@@ -285,7 +285,7 @@ int8_t bhy2_erase_flash(uint32_t start_address, uint32_t end_addr, struct bhy2_d
285
285
/**
286
286
* @brief Function to upload firmware to Flash
287
287
* @param[in] firmware : Reference to the data buffer containing the firmware
288
- * @param[in] length : Size of the firwmare
288
+ * @param[in] length : Size of the firmware
289
289
* @param[in] dev : Device reference
290
290
* @return API error codes
291
291
*/
@@ -484,8 +484,8 @@ int8_t bhy2_set_calibration_profile(uint8_t sensor_id,
484
484
int8_t bhy2_get_post_mortem_data (uint8_t * post_mortem , uint32_t buffer_len , uint32_t * actual_len , struct bhy2_dev * dev );
485
485
486
486
/**
487
- * @brief Function to link a callback and relevant reference when the sensor event is available in teh FIFO
488
- * @param[in] sensor_id : Sensor ID of the virtal sensor
487
+ * @brief Function to link a callback and relevant reference when the sensor event is available in the FIFO
488
+ * @param[in] sensor_id : Sensor ID of the virtual sensor
489
489
* @param[in] callback : Reference of the callback function
490
490
* @param[in] callback_ref : Reference needed inside the callback function. Can be NULL
491
491
* @param[in] dev : Device reference
@@ -565,7 +565,7 @@ int8_t bhy2_set_data_injection_mode(enum bhy2_data_inj_mode mode, struct bhy2_de
565
565
#if BHY2_CFG_DELEGATE_FIFO_PARSE_CB_INFO_MGMT
566
566
/**
567
567
* @brief Function This function is called to get the callback info for a particular sensor when its frame is extracted from the FIFO
568
- * @param[in] sensor_id : Sensor ID of the virtal sensor
568
+ * @param[in] sensor_id : Sensor ID of the virtual sensor
569
569
* @param[out] info : Reference of the callback function,
570
570
* callee is expected to fill the fields of callback and callback_ref only (no need to provide event_size)
571
571
* @param[in] dev : Device reference
0 commit comments