[C-api] Fix typo
authorDaWoon Kim <kim1023123@gmail.com>
Sun, 9 Aug 2020 11:01:08 +0000 (20:01 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 10 Aug 2020 05:46:43 +0000 (14:46 +0900)
Fix typo from:
nnstreamer-capi-single.c

Signed-off-by: DaWoon Kim <kim1023123@gmail.com>
api/capi/src/nnstreamer-capi-single.c

index 0d7d45c..76ed944 100644 (file)
@@ -891,7 +891,7 @@ ml_single_invoke (ml_single_h single,
     } else {
       ml_logw ("Wait for invoke has timed out");
       status = ML_ERROR_TIMED_OUT;
-      /** This is set to notify invoke_thread to not process if timedout */
+      /** This is set to notify invoke_thread to not process if timed out */
       single_h->ignore_output = TRUE;
     }
   } else {