From 8340aae6446d5ce42ea48f3a39f7ad3e43a47347 Mon Sep 17 00:00:00 2001 From: hj kim Date: Mon, 14 Jan 2019 14:49:47 +0900 Subject: [PATCH] Fix typo Change-Id: I3ad616b311a8279f3b9e4b5087b1708ee69bc6c8 --- include/image_util_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/image_util_type.h b/include/image_util_type.h index caebe2e..7de974b 100755 --- a/include/image_util_type.h +++ b/include/image_util_type.h @@ -120,7 +120,7 @@ typedef struct transformation_s *transformation_h; * The callback is called in a separate thread(not in the main loop). * * @param[in,out] dst The result buffer of image util transform -* @param[in] error_code The error code of image util transfrom +* @param[in] error_code The error code of image util transform * @param[in] user_data The user data passed from the callback registration function * @pre image_util_transform_run() will invoke this function. */ -- 2.34.1