From 75ea356b6e99f821d75ee824413f2c8b219de8e4 Mon Sep 17 00:00:00 2001 From: Sejun Park Date: Thu, 18 Jul 2024 17:39:14 +0900 Subject: [PATCH] modified description is incorrect Change-Id: I92ab393258dea4feb07f8cbf7a66c9bb4207c6a4 --- include/stt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stt.h b/include/stt.h index 8b50357..767e062 100755 --- a/include/stt.h +++ b/include/stt.h @@ -249,7 +249,7 @@ typedef struct stt_s *stt_h; * @param[in] stt The STT handle * @param[in] engine_id Engine ID * @param[in] engine_name Engine name - * @param[in] user_data User data passed from the stt_setting_foreach_supported_engines() + * @param[in] user_data User data passed from the stt_foreach_supported_engines() * @return @c true to continue with the next iteration of the loop, * otherwise @c false to break out of the loop * @pre stt_foreach_supported_engines() will invoke this callback. -- 2.7.4