[LL][UTILS] Fix documentation of LL_InitTick()
diff --git a/Inc/stm32l0xx_ll_utils.h b/Inc/stm32l0xx_ll_utils.h
index 7340ac5..b44eae4 100644
--- a/Inc/stm32l0xx_ll_utils.h
+++ b/Inc/stm32l0xx_ll_utils.h
@@ -213,7 +213,7 @@
   * @param  HCLKFrequency HCLK frequency in Hz (can be calculated thanks to RCC helper macro)
   * @note   When a RTOS is used, it is recommended to avoid changing the SysTick 
   *         configuration by calling this function, for a delay use rather osDelay RTOS service.
-  * @param  Ticks Number of ticks
+  * @param  Ticks Frequency of Ticks (Hz)
   * @retval None
   */
 __STATIC_INLINE void LL_InitTick(uint32_t HCLKFrequency, uint32_t Ticks)