From: Sejun Park Date: Thu, 18 Jul 2024 08:39:14 +0000 (+0900) Subject: modified description is incorrect X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_8.0;p=platform%2Fcore%2Fuifw%2Fstt.git modified description is incorrect Change-Id: I92ab393258dea4feb07f8cbf7a66c9bb4207c6a4 --- diff --git a/include/stt.h b/include/stt.h index 501deb1..02ed322 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.