modified description is incorrect 46/314746/1
authorSejun Park <sejun79.park@samsung.com>
Thu, 18 Jul 2024 08:39:14 +0000 (17:39 +0900)
committerSejun Park <sejun79.park@samsung.com>
Thu, 18 Jul 2024 08:39:14 +0000 (17:39 +0900)
Change-Id: I92ab393258dea4feb07f8cbf7a66c9bb4207c6a4

include/stt.h

index 8b50357bae89c94dacb7f8b5610b2d8b4f6cdcab..767e062f5d0046d6ff757545c5014c2158c765d0 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.