modified description is incorrect 79/314779/1 tizen_8.0
authorSejun Park <sejun79.park@samsung.com>
Thu, 18 Jul 2024 08:39:14 +0000 (17:39 +0900)
committerSejun Park <sejun79.park@samsung.com>
Fri, 19 Jul 2024 05:07:13 +0000 (14:07 +0900)
Change-Id: I92ab393258dea4feb07f8cbf7a66c9bb4207c6a4

include/stt.h

index 501deb1253b0aa1eeaf1e01948bef37979b0a794..02ed322389fa9ad1dc0ac7ea565558cc555f4ded 100755 (executable)
@@ -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.